#a838de

Color #A838DE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A838DE

Tints of Dark Orchid #A838DE

Color information

#A838DE (or 0xA838DE) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and DE. RGB value is (168,56,222). Sum of RGB (Red+Green+Blue) = 168+56+222=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A838DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838DE is #57C721. Grayscale: #6B6B6B. Windows color (decimal): -5752610 or 14563496. OLE color: 14563496.

HSL color Cylindrical-coordinate representation of color #A838DE: hue angle of 280.48º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A838DE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16856222-
CMYK0.240.7500.13
HSL280.48º71.55%54.51%-
HSV(B)280.48º74.77%87.06%-
XYZ30.7516.4370.66-
YUV108.41192.11170.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 56 (22.27% from 255) = 12.56%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=37.67%
G=12.56%
B=49.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168562220.240.7500.13280.4871.5554.51
HexA838DE184B0D1184837
Octal250703363011301543011067
Binary1010100011100011011110110001001011011011000110001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a838de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a838de; }

 p { color: rgb(168,56,222); }

 H1.HeaderClassName
 {
   color: #a838de;
 }
 .AnyTagClassName
 {
   color: #a838de;
 }
</style>
background-color css

<style>
 a { background-color: #a838de; }

 a { background-color: rgb(168,56,222); }

 div.DivClassName
 {
   background-color: #a838de;
 }
 .BgClassName
 {
   background-color: #a838de;
 }
</style>
border-color css

<style>
 span { border-color: #a838de; }

 span { border-color: rgb(168,56,222); }

 td.TdClassName
 {
   border-color: #a838de;
 }
 .TagClassName
 {
   border-color: #a838de;
 }
</style>