Shades of Violet Blue #AA59A7
Tints of Violet Blue #AA59A7
RGB
CMYK
RGB Variations
Color information
#AA59A7 (or 0xAA59A7) is known color: Violet Blue. HEX triplet: AA, 59 and A7. RGB value is (170,89,167). Sum of RGB (Red+Green+Blue) = 170+89+167=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA59A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59A7 is #55A658. Grayscale: #797979. Windows color (decimal): -5613145 or 10967466. OLE color: 10967466.
HSL color Cylindrical-coordinate representation of color #AA59A7: hue angle of 302.22º 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 #AA59A7 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 167 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.33 |
| HSL | 302.22º | 0.32% | 0.51% | - |
| HSV(B) | 302.22º | 0.48% | 0.67% | - |
| XYZ | 27.12 | 18.48 | 38.7 | - |
| YUV | 122.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 167 | 0 | 0.48 | 0.02 | 0.33 | 302.22 | 0.32 | 0.51 |
| Hex | AA | 59 | A7 | 0 | 30 | 2 | 21 | 12E | 20 | 33 |
| Octal | 252 | 131 | 247 | 0 | 60 | 2 | 41 | 456 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10100111 | 0 | 110000 | 10 | 100001 | 100101110 | 100000 | 110011 |
Color Harmonies of #AA59A7
Complementary color
Monochromatic Colors of #AA59A7
Black with #AA59A7
Text Example
Text Example
White with #AA59A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59A7; }
p { color: rgb(170,89,167); }
H1.HeaderClassName
{
color: #AA59A7;
}
.AnyTagClassName
{
color: #AA59A7;
}
</style>
background-color css
<style>
a { background-color: #AA59A7; }
a { background-color: rgb(170,89,167); }
div.DivClassName
{
background-color: #AA59A7;
}
.BgClassName
{
background-color: #AA59A7;
}
</style>
border-color css
<style>
span { border-color: #AA59A7; }
span { border-color: rgb(170,89,167); }
td.TdClassName
{
border-color: #AA59A7;
}
.TagClassName
{
border-color: #AA59A7;
}
</style>