#A24BCA

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

Shades of Deep Lilac #A24BCA

Tints of Deep Lilac #A24BCA

Color information

#A24BCA (or 0xA24BCA) is unknown color: approx Deep Lilac. HEX triplet: A2, 4B and CA. RGB value is (162,75,202). Sum of RGB (Red+Green+Blue) = 162+75+202=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A24BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BCA is #5DB435. Grayscale: #737373. Windows color (decimal): -6140982 or 13257634. OLE color: 13257634.

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

Color convert

RGB16275202-
CMYK0.200.6300.21
HSL281.1º54.51%54.31%-
HSV(B)281.1º62.87%79.22%-
XYZ28.0816.9857.67-
YUV115.49176.82161.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=36.90%
G=17.08%
B=46.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162752020.200.6300.21281.154.5154.31
HexA24BCA143F0151193736
Octal24211331224770254316766
Binary1010001010010111100101010100111111010101100011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24BCA; }

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

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

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

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

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

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

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

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