#A86CBB

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

Shades of Deep Lilac #A86CBB

Tints of Deep Lilac #A86CBB

Color information

#A86CBB (or 0xA86CBB) is unknown color: approx Deep Lilac. HEX triplet: A8, 6C and BB. RGB value is (168,108,187). Sum of RGB (Red+Green+Blue) = 168+108+187=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A86CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CBB is #579344. Grayscale: #868686. Windows color (decimal): -5739333 or 12283048. OLE color: 12283048.

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

Color convert

RGB168108187-
CMYK0.100.4200.27
HSL285.57º36.74%57.84%-
HSV(B)285.57º42.25%73.33%-
XYZ30.4822.6449.78-
YUV134.95157.38151.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=36.29%
G=23.33%
B=40.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681081870.100.4200.27285.5736.7457.84
HexA86CBBA2A01B11e253a
Octal25015427312520334364572
Binary101010001101100101110111010101010011011100011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CBB; }

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

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

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

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

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

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

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

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