#A04AAC

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

Shades of Deep Lilac #A04AAC

Tints of Deep Lilac #A04AAC

Color information

#A04AAC (or 0xA04AAC) is unknown color: approx Deep Lilac. HEX triplet: A0, 4A and AC. RGB value is (160,74,172). Sum of RGB (Red+Green+Blue) = 160+74+172=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAC is #5FB553. Grayscale: #6E6E6E. Windows color (decimal): -6272340 or 11291296. OLE color: 11291296.

HSL color Cylindrical-coordinate representation of color #A04AAC: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04AAC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16074172-
CMYK0.070.5700.33
HSL292.65º39.84%48.24%-
HSV(B)292.65º56.98%67.45%-
XYZ24.3915.3540.71-
YUV110.89162.49163.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 74 (29.30% from 255) = 18.23%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=39.41%
G=18.23%
B=42.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160741720.070.5700.33292.6539.8448.24
HexA04AAC7390211252830
Octal2401122547710414455060
Binary101000001001010101011001111110010100001100100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04AAC; }

 p { color: rgb(160,74,172); }

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

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

 a { background-color: rgb(160,74,172); }

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

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

 span { border-color: rgb(160,74,172); }

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