#A24FAE

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

Shades of Deep Lilac #A24FAE

Tints of Deep Lilac #A24FAE

Color information

#A24FAE (or 0xA24FAE) is unknown color: approx Deep Lilac. HEX triplet: A2, 4F and AE. RGB value is (162,79,174). Sum of RGB (Red+Green+Blue) = 162+79+174=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A24FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24FAE is #5DB051. Grayscale: #727272. Windows color (decimal): -6139986 or 11423650. OLE color: 11423650.

HSL color Cylindrical-coordinate representation of color #A24FAE: hue angle of 292.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24FAE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16279174-
CMYK0.070.5500.32
HSL292.42º37.55%49.61%-
HSV(B)292.42º54.6%68.24%-
XYZ25.3416.3341.86-
YUV114.65161.5161.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=39.04%
G=19.04%
B=41.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162791740.070.5500.32292.4237.5549.61
HexA24FAE7370201242632
Octal2421172567670404444662
Binary101000101001111101011101111101110100000100100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24FAE; }

 p { color: rgb(162,79,174); }

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

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

 a { background-color: rgb(162,79,174); }

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

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

 span { border-color: rgb(162,79,174); }

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