#AA59AB

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

Shades of Violet Blue #AA59AB

Tints of Violet Blue #AA59AB

Color information

#AA59AB (or 0xAA59AB) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and AB. RGB value is (170,89,171). Sum of RGB (Red+Green+Blue) = 170+89+171=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59AB is #55A654. Grayscale: #7A7A7A. Windows color (decimal): -5613141 or 11229610. OLE color: 11229610.

HSL color Cylindrical-coordinate representation of color #AA59AB: hue angle of 299.27º 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 #AA59AB is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17089171-
CMYK0.010.4800.33
HSL299.27º32.8%50.98%-
HSV(B)299.27º47.95%67.06%-
XYZ27.518.6340.67-
YUV122.57155.34161.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=39.53%
G=20.70%
B=39.77%

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
Decimal170891710.010.4800.33299.2732.850.98
HexAA59AB13002112b2133
Octal2521312531600414534163
Binary1010101010110011010101111100000100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59AB; }

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

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

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

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

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

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

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

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