#A459CB

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

Shades of Deep Lilac #A459CB

Tints of Deep Lilac #A459CB

Color information

#A459CB (or 0xA459CB) is unknown color: approx Deep Lilac. HEX triplet: A4, 59 and CB. RGB value is (164,89,203). Sum of RGB (Red+Green+Blue) = 164+89+203=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A459CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459CB is #5BA634. Grayscale: #7C7C7C. Windows color (decimal): -6006325 or 13326756. OLE color: 13326756.

HSL color Cylindrical-coordinate representation of color #A459CB: hue angle of 279.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A459CB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16489203-
CMYK0.190.5600.20
HSL279.47º52.29%57.25%-
HSV(B)279.47º56.16%79.61%-
XYZ29.6619.3558.67-
YUV124.42172.35156.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=35.96%
G=19.52%
B=44.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164892030.190.5600.20279.4752.2957.25
HexA459CB13380141173439
Octal24413131323700244276471
Binary1010010010110011100101110011111000010100100010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459CB; }

 p { color: rgb(164,89,203); }

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

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

 a { background-color: rgb(164,89,203); }

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

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

 span { border-color: rgb(164,89,203); }

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