#A86CB6

Color #A86CB6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A86CB6

Tints of Deep Lilac #A86CB6

Color information

#A86CB6 (or 0xA86CB6) is unknown color: approx Deep Lilac. HEX triplet: A8, 6C and B6. RGB value is (168,108,182). Sum of RGB (Red+Green+Blue) = 168+108+182=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #A86CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CB6 is #579349. Grayscale: #868686. Windows color (decimal): -5739338 or 11955368. OLE color: 11955368.

HSL color Cylindrical-coordinate representation of color #A86CB6: hue angle of 288.65º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86CB6 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168108182-
CMYK0.080.4100.29
HSL288.65º33.64%56.86%-
HSV(B)288.65º40.66%71.37%-
XYZ29.9522.4347.01-
YUV134.38154.88151.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=36.68%
G=23.58%
B=39.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681081820.080.4100.29288.6533.6456.86
HexA86CB682901D1212239
Octal25015426610510354414271
Binary101010001101100101101101000101001011101100100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CB6; }

 p { color: rgb(168,108,182); }

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

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

 a { background-color: rgb(168,108,182); }

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

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

 span { border-color: rgb(168,108,182); }

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