#A24DAF

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

Shades of Deep Lilac #A24DAF

Tints of Deep Lilac #A24DAF

Color information

#A24DAF (or 0xA24DAF) is unknown color: approx Deep Lilac. HEX triplet: A2, 4D and AF. RGB value is (162,77,175). Sum of RGB (Red+Green+Blue) = 162+77+175=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #A24DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24DAF is #5DB250. Grayscale: #717171. Windows color (decimal): -6140497 or 11488674. OLE color: 11488674.

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

Color convert

RGB16277175-
CMYK0.070.5600.31
HSL292.04º38.89%49.41%-
HSV(B)292.04º56%68.63%-
XYZ25.2916.0842.33-
YUV113.59162.66162.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=39.13%
G=18.60%
B=42.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162771750.070.5600.31292.0438.8949.41
HexA24DAF73801F1242731
Octal2421152577700374444761
Binary10100010100110110101111111111000011111100100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24DAF; }

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

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

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

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

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

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

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

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