#A85BC9

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

Shades of Deep Lilac #A85BC9

Tints of Deep Lilac #A85BC9

Color information

#A85BC9 (or 0xA85BC9) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and C9. RGB value is (168,91,201). Sum of RGB (Red+Green+Blue) = 168+91+201=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BC9 is #57A436. Grayscale: #7E7E7E. Windows color (decimal): -5743671 or 13196200. OLE color: 13196200.

HSL color Cylindrical-coordinate representation of color #A85BC9: hue angle of 282º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85BC9 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16891201-
CMYK0.160.5500.21
HSL282º50.46%57.25%-
HSV(B)282º54.73%78.82%-
XYZ30.4320.0257.52-
YUV126.56170.01157.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=36.52%
G=19.78%
B=43.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168912010.160.5500.2128250.4657.25
HexA85BC9103701511a3239
Octal25013331120670254326271
Binary1010100010110111100100110000110111010101100011010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BC9; }

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

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

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

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

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

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

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

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