#A04ACE

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

Shades of Deep Lilac #A04ACE

Tints of Deep Lilac #A04ACE

Color information

#A04ACE (or 0xA04ACE) is unknown color: approx Deep Lilac. HEX triplet: A0, 4A and CE. RGB value is (160,74,206). Sum of RGB (Red+Green+Blue) = 160+74+206=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACE is #5FB531. Grayscale: #727272. Windows color (decimal): -6272306 or 13519520. OLE color: 13519520.

HSL color Cylindrical-coordinate representation of color #A04ACE: hue angle of 279.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04ACE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16074206-
CMYK0.220.6400.19
HSL279.09º57.39%54.9%-
HSV(B)279.09º64.08%80.78%-
XYZ28.0916.8360.16-
YUV114.76179.49160.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=36.36%
G=16.82%
B=46.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160742060.220.6400.19279.0957.3954.9
HexA04ACE16400131173937
Octal240112316261000234277167
Binary10100000100101011001110101101000000010011100010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04ACE; }

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

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

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

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

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

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

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

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