#A86ABC

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

Shades of Deep Lilac #A86ABC

Tints of Deep Lilac #A86ABC

Color information

#A86ABC (or 0xA86ABC) is unknown color: approx Deep Lilac. HEX triplet: A8, 6A and BC. RGB value is (168,106,188). Sum of RGB (Red+Green+Blue) = 168+106+188=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #A86ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ABC is #579543. Grayscale: #858585. Windows color (decimal): -5739844 or 12348072. OLE color: 12348072.

HSL color Cylindrical-coordinate representation of color #A86ABC: hue angle of 285.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86ABC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168106188-
CMYK0.110.4400.26
HSL285.37º37.96%57.65%-
HSV(B)285.37º43.62%73.73%-
XYZ30.3822.2650.27-
YUV133.89158.54152.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=36.36%
G=22.94%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681061880.110.4400.26285.3737.9657.65
HexA86ABCB2C01A11d263a
Octal25015227413540324354672
Binary101010001101010101111001011101100011010100011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ABC; }

 p { color: rgb(168,106,188); }

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

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

 a { background-color: rgb(168,106,188); }

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

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

 span { border-color: rgb(168,106,188); }

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