#A86DB9

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

Shades of Deep Lilac #A86DB9

Tints of Deep Lilac #A86DB9

Color information

#A86DB9 (or 0xA86DB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 6D and B9. RGB value is (168,109,185). Sum of RGB (Red+Green+Blue) = 168+109+185=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #A86DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DB9 is #579246. Grayscale: #878787. Windows color (decimal): -5739079 or 12152232. OLE color: 12152232.

HSL color Cylindrical-coordinate representation of color #A86DB9: hue angle of 286.58º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86DB9 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168109185-
CMYK0.090.4100.27
HSL286.58º35.19%57.65%-
HSV(B)286.58º41.08%72.55%-
XYZ30.3722.7648.69-
YUV135.3156.05151.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=36.36%
G=23.59%
B=40.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681091850.090.4100.27286.5835.1957.65
HexA86DB992901B11f233a
Octal25015527111510334374372
Binary101010001101101101110011001101001011011100011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DB9; }

 p { color: rgb(168,109,185); }

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

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

 a { background-color: rgb(168,109,185); }

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

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

 span { border-color: rgb(168,109,185); }

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