#A24DCD

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

Shades of Deep Lilac #A24DCD

Tints of Deep Lilac #A24DCD

Color information

#A24DCD (or 0xA24DCD) is unknown color: approx Deep Lilac. HEX triplet: A2, 4D and CD. RGB value is (162,77,205). Sum of RGB (Red+Green+Blue) = 162+77+205=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A24DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DCD is #5DB232. Grayscale: #747474. Windows color (decimal): -6140467 or 13454754. OLE color: 13454754.

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

Color convert

RGB16277205-
CMYK0.210.6200.20
HSL279.84º56.14%55.29%-
HSV(B)279.84º62.44%80.39%-
XYZ28.5717.459.61-
YUV117.01177.66160.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 77 (30.47% from 255) = 17.34%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=36.49%
G=17.34%
B=46.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162772050.210.6200.20279.8456.1455.29
HexA24DCD153E0141183837
Octal24211531525760244307067
Binary1010001010011011100110110101111110010100100011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24DCD; }

 p { color: rgb(162,77,205); }

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

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

 a { background-color: rgb(162,77,205); }

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

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

 span { border-color: rgb(162,77,205); }

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