#A86AB5

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

Shades of Deep Lilac #A86AB5

Tints of Deep Lilac #A86AB5

Color information

#A86AB5 (or 0xA86AB5) is unknown color: approx Deep Lilac. HEX triplet: A8, 6A and B5. RGB value is (168,106,181). Sum of RGB (Red+Green+Blue) = 168+106+181=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #A86AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AB5 is #57954A. Grayscale: #848484. Windows color (decimal): -5739851 or 11889320. OLE color: 11889320.

HSL color Cylindrical-coordinate representation of color #A86AB5: hue angle of 289.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86AB5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168106181-
CMYK0.070.4100.29
HSL289.6º33.63%56.27%-
HSV(B)289.6º41.44%70.98%-
XYZ29.6421.9746.39-
YUV133.09155.04152.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=36.92%
G=23.30%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681061810.070.4100.29289.633.6356.27
HexA86AB572901D1222238
Octal2501522657510354424270
Binary10101000110101010110101111101001011101100100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86AB5; }

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

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

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

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

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

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

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

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