#AA59AA

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

Shades of Violet Blue #AA59AA

Tints of Violet Blue #AA59AA

Color information

#AA59AA (or 0xAA59AA) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and AA. RGB value is (170,89,170). Sum of RGB (Red+Green+Blue) = 170+89+170=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59AA is #55A655. Grayscale: #7A7A7A. Windows color (decimal): -5613142 or 11164074. OLE color: 11164074.

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

Color convert

RGB17089170-
CMYK00.4800.33
HSL300º32.27%50.78%-
HSV(B)300º47.65%66.67%-
XYZ27.4118.5940.17-
YUV122.45154.84161.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=39.63%
G=20.75%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708917000.4800.3330032.2750.78
HexAA59AA03002112c2033
Octal2521312520600414544063
Binary1010101010110011010101001100000100001100101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59AA; }

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

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

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

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

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

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

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

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