#A24EBA

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

Shades of Deep Lilac #A24EBA

Tints of Deep Lilac #A24EBA

Color information

#A24EBA (or 0xA24EBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 4E and BA. RGB value is (162,78,186). Sum of RGB (Red+Green+Blue) = 162+78+186=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A24EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EBA is #5DB145. Grayscale: #737373. Windows color (decimal): -6140230 or 12209826. OLE color: 12209826.

HSL color Cylindrical-coordinate representation of color #A24EBA: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24EBA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16278186-
CMYK0.130.5800.27
HSL286.67º43.9%51.76%-
HSV(B)286.67º58.06%72.94%-
XYZ26.4916.6848.28-
YUV115.43167.83161.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=38.03%
G=18.31%
B=43.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162781860.130.5800.27286.6743.951.76
HexA24EBAD3A01B11f2c34
Octal24211627215720334375464
Binary101000101001110101110101101111010011011100011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EBA; }

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

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

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

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

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

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

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

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