#A86CBE

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

Shades of Deep Lilac #A86CBE

Tints of Deep Lilac #A86CBE

Color information

#A86CBE (or 0xA86CBE) is unknown color: approx Deep Lilac. HEX triplet: A8, 6C and BE. RGB value is (168,108,190). Sum of RGB (Red+Green+Blue) = 168+108+190=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A86CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CBE is #579341. Grayscale: #878787. Windows color (decimal): -5739330 or 12479656. OLE color: 12479656.

HSL color Cylindrical-coordinate representation of color #A86CBE: hue angle of 283.9º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86CBE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168108190-
CMYK0.120.4300.25
HSL283.9º38.68%58.43%-
HSV(B)283.9º43.16%74.51%-
XYZ30.8122.7751.49-
YUV135.29158.88151.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=36.05%
G=23.18%
B=40.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681081900.120.4300.25283.938.6858.43
HexA86CBEC2B01911c273a
Octal25015427614530314344772
Binary101010001101100101111101100101011011001100011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CBE; }

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

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

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

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

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

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

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

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