#A24ABC

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

Shades of Deep Lilac #A24ABC

Tints of Deep Lilac #A24ABC

Color information

#A24ABC (or 0xA24ABC) is unknown color: approx Deep Lilac. HEX triplet: A2, 4A and BC. RGB value is (162,74,188). Sum of RGB (Red+Green+Blue) = 162+74+188=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A24ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ABC is #5DB543. Grayscale: #707070. Windows color (decimal): -6141252 or 12339874. OLE color: 12339874.

HSL color Cylindrical-coordinate representation of color #A24ABC: hue angle of 286.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24ABC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16274188-
CMYK0.140.6100.26
HSL286.32º45.97%51.37%-
HSV(B)286.32º60.64%73.73%-
XYZ26.4316.2149.31-
YUV113.31170.15162.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=38.21%
G=17.45%
B=44.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162741880.140.6100.26286.3245.9751.37
HexA24ABCE3D01A11e2e33
Octal24211227416750324365663
Binary101000101001010101111001110111101011010100011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24ABC; }

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

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

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

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

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

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

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

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