#AA59AC

Color #AA59AC Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA59AC

Tints of Violet Blue #AA59AC

Color information

#AA59AC (or 0xAA59AC) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and AC. RGB value is (170,89,172). Sum of RGB (Red+Green+Blue) = 170+89+172=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA59AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59AC is #55A653. Grayscale: #7A7A7A. Windows color (decimal): -5613140 or 11295146. OLE color: 11295146.

HSL color Cylindrical-coordinate representation of color #AA59AC: hue angle of 298.55º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA59AC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17089172-
CMYK0.010.4800.33
HSL298.55º33.33%51.18%-
HSV(B)298.55º48.26%67.45%-
XYZ27.618.6741.18-
YUV122.68155.84161.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=39.44%
G=20.65%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170891720.010.4800.33298.5533.3351.18
HexAA59AC13002112b2133
Octal2521312541600414534163
Binary1010101010110011010110011100000100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59AC; }

 p { color: rgb(170,89,172); }

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

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

 a { background-color: rgb(170,89,172); }

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

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

 span { border-color: rgb(170,89,172); }

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