Shades of Violet Blue #AA59AD
Tints of Violet Blue #AA59AD
RGB
CMYK
RGB Variations
Color information
#AA59AD (or 0xAA59AD) is known color: Violet Blue. HEX triplet: AA, 59 and AD. RGB value is (170,89,173). Sum of RGB (Red+Green+Blue) = 170+89+173=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA59AD is #55A652. Grayscale: #7A7A7A. Windows color (decimal): -5613139 or 11360682. OLE color: 11360682.
HSL color Cylindrical-coordinate representation of color #AA59AD: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA59AD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 89 | 173 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.32 |
| HSL | 297.86º | 0.34% | 0.51% | - |
| HSV(B) | 297.86º | 0.49% | 0.68% | - |
| XYZ | 27.69 | 18.71 | 41.69 | - |
| YUV | 122.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 173 | 0.02 | 0.49 | 0 | 0.32 | 297.86 | 0.34 | 0.51 |
| Hex | AA | 59 | AD | 2 | 31 | 0 | 20 | 12A | 22 | 33 |
| Octal | 252 | 131 | 255 | 2 | 61 | 0 | 40 | 452 | 42 | 63 |
| Binary | 10101010 | 1011001 | 10101101 | 10 | 110001 | 0 | 100000 | 100101010 | 100010 | 110011 |
Color Harmonies of #AA59AD
Complementary color
Monochromatic Colors of #AA59AD
Black with #AA59AD
Text Example
Text Example
White with #AA59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59AD; }
p { color: rgb(170,89,173); }
H1.HeaderClassName
{
color: #AA59AD;
}
.AnyTagClassName
{
color: #AA59AD;
}
</style>
background-color css
<style>
a { background-color: #AA59AD; }
a { background-color: rgb(170,89,173); }
div.DivClassName
{
background-color: #AA59AD;
}
.BgClassName
{
background-color: #AA59AD;
}
</style>
border-color css
<style>
span { border-color: #AA59AD; }
span { border-color: rgb(170,89,173); }
td.TdClassName
{
border-color: #AA59AD;
}
.TagClassName
{
border-color: #AA59AD;
}
</style>