#AA59B0

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

Shades of Violet Blue #AA59B0

Tints of Violet Blue #AA59B0

Color information

#AA59B0 (or 0xAA59B0) is unknown color: approx Violet Blue. HEX triplet: AA, 59 and B0. RGB value is (170,89,176). Sum of RGB (Red+Green+Blue) = 170+89+176=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA59B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59B0 is #55A64F. Grayscale: #7A7A7A. Windows color (decimal): -5613136 or 11557290. OLE color: 11557290.

HSL color Cylindrical-coordinate representation of color #AA59B0: hue angle of 295.86º degrees, saturation: 0.36, 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 #AA59B0 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17089176-
CMYK0.030.4900.31
HSL295.86º35.51%51.96%-
HSV(B)295.86º49.43%69.02%-
XYZ27.9918.8343.23-
YUV123.14157.84161.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=39.08%
G=20.46%
B=40.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170891760.030.4900.31295.8635.5151.96
HexAA59B033101F1282434
Octal2521312603610374504464
Binary1010101010110011011000011110001011111100101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59B0; }

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

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

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

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

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

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

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

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