#A85CB9

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

Shades of Deep Lilac #A85CB9

Tints of Deep Lilac #A85CB9

Color information

#A85CB9 (or 0xA85CB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 5C and B9. RGB value is (168,92,185). Sum of RGB (Red+Green+Blue) = 168+92+185=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CB9 is #57A346. Grayscale: #7D7D7D. Windows color (decimal): -5743431 or 12147880. OLE color: 12147880.

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

Color convert

RGB16892185-
CMYK0.090.5000.27
HSL289.03º39.91%54.31%-
HSV(B)289.03º50.27%72.55%-
XYZ28.7319.4848.14-
YUV125.33161.68158.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=37.75%
G=20.67%
B=41.57%

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
Decimal168921850.090.5000.27289.0339.9154.31
HexA85CB993201B1212836
Octal25013427111620334415066
Binary101010001011100101110011001110010011011100100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CB9; }

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

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

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

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

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

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

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

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