#A24CD4

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

Shades of Deep Lilac #A24CD4

Tints of Deep Lilac #A24CD4

Color information

#A24CD4 (or 0xA24CD4) is unknown color: approx Deep Lilac. HEX triplet: A2, 4C and D4. RGB value is (162,76,212). Sum of RGB (Red+Green+Blue) = 162+76+212=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #A24CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CD4 is #5DB32B. Grayscale: #747474. Windows color (decimal): -6140716 or 13913250. OLE color: 13913250.

HSL color Cylindrical-coordinate representation of color #A24CD4: hue angle of 277.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24CD4 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16276212-
CMYK0.240.6400.17
HSL277.94º61.26%56.47%-
HSV(B)277.94º64.15%83.14%-
XYZ29.3717.664.14-
YUV117.22181.49159.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 212 (83.20% from 255) = 47.11%
R=36%
G=16.89%
B=47.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162762120.240.6400.17277.9461.2656.47
HexA24CD418400111163d38
Octal242114324301000214267570
Binary10100010100110011010100110001000000010001100010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24CD4; }

 p { color: rgb(162,76,212); }

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

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

 a { background-color: rgb(162,76,212); }

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

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

 span { border-color: rgb(162,76,212); }

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