#A04EBB

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

Shades of Deep Lilac #A04EBB

Tints of Deep Lilac #A04EBB

Color information

#A04EBB (or 0xA04EBB) is unknown color: approx Deep Lilac. HEX triplet: A0, 4E and BB. RGB value is (160,78,187). Sum of RGB (Red+Green+Blue) = 160+78+187=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #A04EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EBB is #5FB144. Grayscale: #727272. Windows color (decimal): -6271301 or 12275360. OLE color: 12275360.

HSL color Cylindrical-coordinate representation of color #A04EBB: hue angle of 285.14º 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 #A04EBB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16078187-
CMYK0.140.5800.27
HSL285.14º44.49%51.96%-
HSV(B)285.14º58.29%73.33%-
XYZ26.1916.5148.82-
YUV114.94168.67160.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 187 (73.44% from 255) = 44%
R=37.65%
G=18.35%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160781870.140.5800.27285.1444.4951.96
HexA04EBBE3A01B11d2c34
Octal24011627316720334355464
Binary101000001001110101110111110111010011011100011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04EBB; }

 p { color: rgb(160,78,187); }

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

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

 a { background-color: rgb(160,78,187); }

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

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

 span { border-color: rgb(160,78,187); }

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