Shades of Violet Blue #AA59A0
Tints of Violet Blue #AA59A0
RGB
CMYK
RGB Variations
Color information
#AA59A0 (or 0xAA59A0) is known color: Violet Blue. HEX triplet: AA, 59 and A0. RGB value is (170,89,160). Sum of RGB (Red+Green+Blue) = 170+89+160=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA59A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59A0 is #55A65F. Grayscale: #797979. Windows color (decimal): -5613152 or 10508714. OLE color: 10508714.
HSL color Cylindrical-coordinate representation of color #AA59A0: hue angle of 307.41º 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 #AA59A0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 160 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.33 |
| HSL | 307.41º | 0.32% | 0.51% | - |
| HSV(B) | 307.41º | 0.48% | 0.67% | - |
| XYZ | 26.5 | 18.23 | 35.38 | - |
| YUV | 121.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 160 | 0 | 0.48 | 0.06 | 0.33 | 307.41 | 0.32 | 0.51 |
| Hex | AA | 59 | A0 | 0 | 30 | 6 | 21 | 133 | 20 | 33 |
| Octal | 252 | 131 | 240 | 0 | 60 | 6 | 41 | 463 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10100000 | 0 | 110000 | 110 | 100001 | 100110011 | 100000 | 110011 |
Color Harmonies of #AA59A0
Complementary color
Monochromatic Colors of #AA59A0
Black with #AA59A0
Text Example
Text Example
White with #AA59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59A0; }
p { color: rgb(170,89,160); }
H1.HeaderClassName
{
color: #AA59A0;
}
.AnyTagClassName
{
color: #AA59A0;
}
</style>
background-color css
<style>
a { background-color: #AA59A0; }
a { background-color: rgb(170,89,160); }
div.DivClassName
{
background-color: #AA59A0;
}
.BgClassName
{
background-color: #AA59A0;
}
</style>
border-color css
<style>
span { border-color: #AA59A0; }
span { border-color: rgb(170,89,160); }
td.TdClassName
{
border-color: #AA59A0;
}
.TagClassName
{
border-color: #AA59A0;
}
</style>