#a24ab1

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

Shades of Deep Lilac #A24AB1

Tints of Deep Lilac #A24AB1

Color information

#A24AB1 (or 0xA24AB1) is unknown color: approx Deep Lilac. HEX triplet: A2, 4A and B1. RGB value is (162,74,177). Sum of RGB (Red+Green+Blue) = 162+74+177=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #A24AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AB1 is #5DB54E. Grayscale: #6F6F6F. Windows color (decimal): -6141263 or 11618978. OLE color: 11618978.

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

Color convert

RGB16274177-
CMYK0.080.5800.31
HSL291.26º41.04%49.22%-
HSV(B)291.26º58.19%69.41%-
XYZ25.2815.7543.3-
YUV112.05164.65163.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=39.23%
G=17.92%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162741770.080.5800.31291.2641.0449.22
HexA24AB183A01F1232931
Octal24211226110720374435161
Binary101000101001010101100011000111010011111100100011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24ab1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24ab1; }

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

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

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

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

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

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

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

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