#A259CA

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

Shades of Deep Lilac #A259CA

Tints of Deep Lilac #A259CA

Color information

#A259CA (or 0xA259CA) is unknown color: approx Deep Lilac. HEX triplet: A2, 59 and CA. RGB value is (162,89,202). Sum of RGB (Red+Green+Blue) = 162+89+202=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #A259CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259CA is #5DA635. Grayscale: #7B7B7B. Windows color (decimal): -6137398 or 13261218. OLE color: 13261218.

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

Color convert

RGB16289202-
CMYK0.200.5600.21
HSL278.76º51.6%57.06%-
HSV(B)278.76º55.94%79.22%-
XYZ29.1319.0958.03-
YUV123.71172.18155.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=35.76%
G=19.65%
B=44.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162892020.200.5600.21278.7651.657.06
HexA259CA14380151173439
Octal24213131224700254276471
Binary1010001010110011100101010100111000010101100010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259CA; }

 p { color: rgb(162,89,202); }

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

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

 a { background-color: rgb(162,89,202); }

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

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

 span { border-color: rgb(162,89,202); }

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