#A85BB9

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

Shades of Deep Lilac #A85BB9

Tints of Deep Lilac #A85BB9

Color information

#A85BB9 (or 0xA85BB9) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and B9. RGB value is (168,91,185). Sum of RGB (Red+Green+Blue) = 168+91+185=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BB9 is #57A446. Grayscale: #7C7C7C. Windows color (decimal): -5743687 or 12147624. OLE color: 12147624.

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

Color convert

RGB16891185-
CMYK0.090.5100.27
HSL289.15º40.17%54.12%-
HSV(B)289.15º50.81%72.55%-
XYZ28.6519.3148.12-
YUV124.74162.01158.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=37.84%
G=20.50%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168911850.090.5100.27289.1540.1754.12
HexA85BB993301B1212836
Octal25013327111630334415066
Binary101010001011011101110011001110011011011100100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BB9; }

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

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

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

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

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

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

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

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