#A86ABE

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

Shades of Deep Lilac #A86ABE

Tints of Deep Lilac #A86ABE

Color information

#A86ABE (or 0xA86ABE) is unknown color: approx Deep Lilac. HEX triplet: A8, 6A and BE. RGB value is (168,106,190). Sum of RGB (Red+Green+Blue) = 168+106+190=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A86ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ABE is #579541. Grayscale: #858585. Windows color (decimal): -5739842 or 12479144. OLE color: 12479144.

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

Color convert

RGB168106190-
CMYK0.120.4400.25
HSL284.29º39.25%58.04%-
HSV(B)284.29º44.21%74.51%-
XYZ30.622.3551.42-
YUV134.11159.54152.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=36.21%
G=22.84%
B=40.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681061900.120.4400.25284.2939.2558.04
HexA86ABEC2C01911c273a
Octal25015227614540314344772
Binary101010001101010101111101100101100011001100011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ABE; }

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

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

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

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

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

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

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

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