#A24EAE

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

Shades of Deep Lilac #A24EAE

Tints of Deep Lilac #A24EAE

Color information

#A24EAE (or 0xA24EAE) is unknown color: approx Deep Lilac. HEX triplet: A2, 4E and AE. RGB value is (162,78,174). Sum of RGB (Red+Green+Blue) = 162+78+174=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A24EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24EAE is #5DB151. Grayscale: #717171. Windows color (decimal): -6140242 or 11423394. OLE color: 11423394.

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

Color convert

RGB16278174-
CMYK0.070.5500.32
HSL292.5º38.1%49.41%-
HSV(B)292.5º55.17%68.24%-
XYZ25.2616.1941.84-
YUV114.06161.83162.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=39.13%
G=18.84%
B=42.03%

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
Decimal162781740.070.5500.32292.538.149.41
HexA24EAE7370201242631
Octal2421162567670404444661
Binary101000101001110101011101111101110100000100100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EAE; }

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

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

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

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

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

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

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

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