#A04ACB

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

Shades of Deep Lilac #A04ACB

Tints of Deep Lilac #A04ACB

Color information

#A04ACB (or 0xA04ACB) is unknown color: approx Deep Lilac. HEX triplet: A0, 4A and CB. RGB value is (160,74,203). Sum of RGB (Red+Green+Blue) = 160+74+203=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A04ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACB is #5FB534. Grayscale: #717171. Windows color (decimal): -6272309 or 13322912. OLE color: 13322912.

HSL color Cylindrical-coordinate representation of color #A04ACB: hue angle of 280º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04ACB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16074203-
CMYK0.210.6400.20
HSL280º55.36%54.31%-
HSV(B)280º63.55%79.61%-
XYZ27.7316.6858.26-
YUV114.42177.99160.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=36.61%
G=16.93%
B=46.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160742030.210.6400.2028055.3654.31
HexA04ACB15400141183736
Octal240112313251000244306766
Binary10100000100101011001011101011000000010100100011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04ACB; }

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

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

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

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

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

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

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

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