#A24EB4

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

Shades of Deep Lilac #A24EB4

Tints of Deep Lilac #A24EB4

Color information

#A24EB4 (or 0xA24EB4) is unknown color: approx Deep Lilac. HEX triplet: A2, 4E and B4. RGB value is (162,78,180). Sum of RGB (Red+Green+Blue) = 162+78+180=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #A24EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EB4 is #5DB14B. Grayscale: #727272. Windows color (decimal): -6140236 or 11816610. OLE color: 11816610.

HSL color Cylindrical-coordinate representation of color #A24EB4: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24EB4 is Cyan = 0.1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16278180-
CMYK0.10.5700.29
HSL289.41º40.48%50.59%-
HSV(B)289.41º56.67%70.59%-
XYZ25.8616.4344.99-
YUV114.74164.83161.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=38.57%
G=18.57%
B=42.86%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162781800.10.5700.29289.4140.4850.59
HexA24EB4A3901D1212833
Octal24211626412710354415063
Binary101000101001110101101001010111001011101100100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EB4; }

 p { color: rgb(162,78,180); }

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

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

 a { background-color: rgb(162,78,180); }

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

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

 span { border-color: rgb(162,78,180); }

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