#A059AE

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

Shades of Deep Lilac #A059AE

Tints of Deep Lilac #A059AE

Color information

#A059AE (or 0xA059AE) is unknown color: approx Deep Lilac. HEX triplet: A0, 59 and AE. RGB value is (160,89,174). Sum of RGB (Red+Green+Blue) = 160+89+174=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #A059AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AE is #5FA651. Grayscale: #777777. Windows color (decimal): -6268498 or 11426208. OLE color: 11426208.

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

Color convert

RGB16089174-
CMYK0.080.4900.32
HSL290.12º34.41%51.57%-
HSV(B)290.12º48.85%68.24%-
XYZ25.7117.6742.1-
YUV119.92158.52156.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=37.83%
G=21.04%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160891740.080.4900.32290.1234.4151.57
HexA059AE8310201222234
Octal24013125610610404424264
Binary1010000010110011010111010001100010100000100100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059AE; }

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

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

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

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

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

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

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

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