#A856B9

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

Shades of Deep Lilac #A856B9

Tints of Deep Lilac #A856B9

Color information

#A856B9 (or 0xA856B9) is unknown color: approx Deep Lilac. HEX triplet: A8, 56 and B9. RGB value is (168,86,185). Sum of RGB (Red+Green+Blue) = 168+86+185=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #A856B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856B9 is #57A946. Grayscale: #797979. Windows color (decimal): -5744967 or 12146344. OLE color: 12146344.

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

Color convert

RGB16886185-
CMYK0.090.5400.27
HSL289.7º41.42%53.14%-
HSV(B)289.7º53.51%72.55%-
XYZ28.2318.4847.98-
YUV121.8163.67160.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=38.27%
G=19.59%
B=42.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168861850.090.5400.27289.741.4253.14
HexA856B993601B1222935
Octal25012627111660334425165
Binary101010001010110101110011001110110011011100100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856B9; }

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

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

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

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

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

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

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

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