#A85BCA

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

Shades of Deep Lilac #A85BCA

Tints of Deep Lilac #A85BCA

Color information

#A85BCA (or 0xA85BCA) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and CA. RGB value is (168,91,202). Sum of RGB (Red+Green+Blue) = 168+91+202=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A85BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCA is #57A435. Grayscale: #7E7E7E. Windows color (decimal): -5743670 or 13261736. OLE color: 13261736.

HSL color Cylindrical-coordinate representation of color #A85BCA: hue angle of 281.62º degrees, saturation: 0.51, 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 #A85BCA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16891202-
CMYK0.170.5500.21
HSL281.62º51.15%57.45%-
HSV(B)281.62º54.95%79.22%-
XYZ30.5520.0758.14-
YUV126.68170.51157.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=36.44%
G=19.74%
B=43.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168912020.170.5500.21281.6251.1557.45
HexA85BCA113701511a3339
Octal25013331221670254326371
Binary1010100010110111100101010001110111010101100011010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BCA; }

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

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

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

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

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

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

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

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