#A04CAF

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

Shades of Deep Lilac #A04CAF

Tints of Deep Lilac #A04CAF

Color information

#A04CAF (or 0xA04CAF) is unknown color: approx Deep Lilac. HEX triplet: A0, 4C and AF. RGB value is (160,76,175). Sum of RGB (Red+Green+Blue) = 160+76+175=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAF is #5FB350. Grayscale: #707070. Windows color (decimal): -6271825 or 11488416. OLE color: 11488416.

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

Color convert

RGB16076175-
CMYK0.090.5700.31
HSL290.91º39.44%49.22%-
HSV(B)290.91º56.57%68.63%-
XYZ24.8215.7442.29-
YUV112.4163.33161.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=38.93%
G=18.49%
B=42.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160761750.090.5700.31290.9139.4449.22
HexA04CAF93901F1232731
Octal24011425711710374434761
Binary101000001001100101011111001111001011111100100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CAF; }

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

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

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

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

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

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

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

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