#A24ABF

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

Shades of Deep Lilac #A24ABF

Tints of Deep Lilac #A24ABF

Color information

#A24ABF (or 0xA24ABF) is unknown color: approx Deep Lilac. HEX triplet: A2, 4A and BF. RGB value is (162,74,191). Sum of RGB (Red+Green+Blue) = 162+74+191=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #A24ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ABF is #5DB540. Grayscale: #717171. Windows color (decimal): -6141249 or 12536482. OLE color: 12536482.

HSL color Cylindrical-coordinate representation of color #A24ABF: hue angle of 285.13º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24ABF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16274191-
CMYK0.150.6100.25
HSL285.13º47.76%51.96%-
HSV(B)285.13º61.26%74.9%-
XYZ26.7516.3451.03-
YUV113.65171.65162.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 74 (29.30% from 255) = 17.33%
BLUE value IS 191 (75% from 255) = 44.73%
R=37.94%
G=17.33%
B=44.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162741910.150.6100.25285.1347.7651.96
HexA24ABFF3D01911d3034
Octal24211227717750314356064
Binary101000101001010101111111111111101011001100011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24ABF; }

 p { color: rgb(162,74,191); }

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

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

 a { background-color: rgb(162,74,191); }

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

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

 span { border-color: rgb(162,74,191); }

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