#A04EB4

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

Shades of Deep Lilac #A04EB4

Tints of Deep Lilac #A04EB4

Color information

#A04EB4 (or 0xA04EB4) is unknown color: approx Deep Lilac. HEX triplet: A0, 4E and B4. RGB value is (160,78,180). Sum of RGB (Red+Green+Blue) = 160+78+180=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #A04EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EB4 is #5FB14B. Grayscale: #717171. Windows color (decimal): -6271308 or 11816608. OLE color: 11816608.

HSL color Cylindrical-coordinate representation of color #A04EB4: hue angle of 288.24º 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 #A04EB4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16078180-
CMYK0.110.5700.29
HSL288.24º40.48%50.59%-
HSV(B)288.24º56.67%70.59%-
XYZ25.4616.2244.97-
YUV114.15165.17160.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=38.28%
G=18.66%
B=43.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160781800.110.5700.29288.2440.4850.59
HexA04EB4B3901D1202833
Octal24011626413710354405063
Binary101000001001110101101001011111001011101100100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04EB4; }

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

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

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

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

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

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

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

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