#A24ABA

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

Shades of Deep Lilac #A24ABA

Tints of Deep Lilac #A24ABA

Color information

#A24ABA (or 0xA24ABA) is unknown color: approx Deep Lilac. HEX triplet: A2, 4A and BA. RGB value is (162,74,186). Sum of RGB (Red+Green+Blue) = 162+74+186=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A24ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ABA is #5DB545. Grayscale: #707070. Windows color (decimal): -6141254 or 12208802. OLE color: 12208802.

HSL color Cylindrical-coordinate representation of color #A24ABA: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24ABA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16274186-
CMYK0.130.6000.27
HSL287.14º44.8%50.98%-
HSV(B)287.14º60.22%72.94%-
XYZ26.2116.1248.19-
YUV113.08169.15162.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=38.39%
G=17.54%
B=44.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162741860.130.6000.27287.1444.850.98
HexA24ABAD3C01B11f2d33
Octal24211227215740334375563
Binary101000101001010101110101101111100011011100011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24ABA; }

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

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

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

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

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

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

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

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