#A85DB9

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

Shades of Deep Lilac #A85DB9

Tints of Deep Lilac #A85DB9

Color information

#A85DB9 (or 0xA85DB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 5D and B9. RGB value is (168,93,185). Sum of RGB (Red+Green+Blue) = 168+93+185=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DB9 is #57A246. Grayscale: #7D7D7D. Windows color (decimal): -5743175 or 12148136. OLE color: 12148136.

HSL color Cylindrical-coordinate representation of color #A85DB9: hue angle of 288.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85DB9 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16893185-
CMYK0.090.5000.27
HSL288.91º39.66%54.51%-
HSV(B)288.91º49.73%72.55%-
XYZ28.8219.6648.17-
YUV125.91161.35158.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=37.67%
G=20.85%
B=41.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168931850.090.5000.27288.9139.6654.51
HexA85DB993201B1212837
Octal25013527111620334415067
Binary101010001011101101110011001110010011011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DB9; }

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

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

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

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

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

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

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

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