#A059AF

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

Shades of Deep Lilac #A059AF

Tints of Deep Lilac #A059AF

Color information

#A059AF (or 0xA059AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 59 and AF. RGB value is (160,89,175). Sum of RGB (Red+Green+Blue) = 160+89+175=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A059AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AF is #5FA650. Grayscale: #777777. Windows color (decimal): -6268497 or 11491744. OLE color: 11491744.

HSL color Cylindrical-coordinate representation of color #A059AF: hue angle of 289.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A059AF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16089175-
CMYK0.090.4900.31
HSL289.53º34.96%51.76%-
HSV(B)289.53º49.14%68.63%-
XYZ25.8117.7142.62-
YUV120.03159.02156.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=37.74%
G=20.99%
B=41.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160891750.090.4900.31289.5334.9651.76
HexA059AF93101F1222334
Octal24013125711610374424364
Binary101000001011001101011111001110001011111100100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059AF; }

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

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

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

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

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

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

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

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