#A24EAF

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

Shades of Deep Lilac #A24EAF

Tints of Deep Lilac #A24EAF

Color information

#A24EAF (or 0xA24EAF) is unknown color: approx Deep Lilac. HEX triplet: A2, 4E and AF. RGB value is (162,78,175). Sum of RGB (Red+Green+Blue) = 162+78+175=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #A24EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24EAF is #5DB150. Grayscale: #717171. Windows color (decimal): -6140241 or 11488930. OLE color: 11488930.

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

Color convert

RGB16278175-
CMYK0.070.5500.31
HSL291.96º38.34%49.61%-
HSV(B)291.96º55.43%68.63%-
XYZ25.3616.2342.35-
YUV114.17162.33162.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=39.04%
G=18.80%
B=42.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162781750.070.5500.31291.9638.3449.61
HexA24EAF73701F1242632
Octal2421162577670374444662
Binary10100010100111010101111111110111011111100100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EAF; }

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

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

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

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

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

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

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

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