#A04EAF

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

Shades of Deep Lilac #A04EAF

Tints of Deep Lilac #A04EAF

Color information

#A04EAF (or 0xA04EAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 4E and AF. RGB value is (160,78,175). Sum of RGB (Red+Green+Blue) = 160+78+175=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04EAF is #5FB150. Grayscale: #717171. Windows color (decimal): -6271313 or 11488928. OLE color: 11488928.

HSL color Cylindrical-coordinate representation of color #A04EAF: hue angle of 290.72º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04EAF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16078175-
CMYK0.090.5500.31
HSL290.72º38.34%49.61%-
HSV(B)290.72º55.43%68.63%-
XYZ24.9616.0242.33-
YUV113.58162.67161.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=38.74%
G=18.89%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160781750.090.5500.31290.7238.3449.61
HexA04EAF93701F1232632
Octal24011625711670374434662
Binary101000001001110101011111001110111011111100100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04EAF; }

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

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

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

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

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

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

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

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