#A04BAE

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

Shades of Deep Lilac #A04BAE

Tints of Deep Lilac #A04BAE

Color information

#A04BAE (or 0xA04BAE) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and AE. RGB value is (160,75,174). Sum of RGB (Red+Green+Blue) = 160+75+174=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A04BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAE is #5FB451. Grayscale: #6F6F6F. Windows color (decimal): -6272082 or 11422624. OLE color: 11422624.

HSL color Cylindrical-coordinate representation of color #A04BAE: hue angle of 291.52º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04BAE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16075174-
CMYK0.080.5700.32
HSL291.52º39.76%48.82%-
HSV(B)291.52º56.9%68.24%-
XYZ24.6515.5641.75-
YUV111.7163.16162.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=39.12%
G=18.34%
B=42.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160751740.080.5700.32291.5239.7648.82
HexA04BAE8390201242831
Octal24011325610710404445061
Binary1010000010010111010111010001110010100000100100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BAE; }

 p { color: rgb(160,75,174); }

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

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

 a { background-color: rgb(160,75,174); }

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

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

 span { border-color: rgb(160,75,174); }

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