#A86CB9

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

Shades of Deep Lilac #A86CB9

Tints of Deep Lilac #A86CB9

Color information

#A86CB9 (or 0xA86CB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 6C and B9. RGB value is (168,108,185). Sum of RGB (Red+Green+Blue) = 168+108+185=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #A86CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CB9 is #579346. Grayscale: #868686. Windows color (decimal): -5739335 or 12151976. OLE color: 12151976.

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

Color convert

RGB168108185-
CMYK0.090.4200.27
HSL286.75º35.48%57.45%-
HSV(B)286.75º41.62%72.55%-
XYZ30.2722.5548.66-
YUV134.72156.38151.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=36.44%
G=23.43%
B=40.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681081850.090.4200.27286.7535.4857.45
HexA86CB992A01B11f2339
Octal25015427111520334374371
Binary101010001101100101110011001101010011011100011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CB9; }

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

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

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

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

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

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

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

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