Shades of Violet Blue #AA5497
Tints of Violet Blue #AA5497
RGB
CMYK
RGB Variations
Color information
#AA5497 (or 0xAA5497) is known color: Violet Blue. HEX triplet: AA, 54 and 97. RGB value is (170,84,151). Sum of RGB (Red+Green+Blue) = 170+84+151=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5497 is #55AB68. Grayscale: #757575. Windows color (decimal): -5614441 or 9917610. OLE color: 9917610.
HSL color Cylindrical-coordinate representation of color #AA5497: hue angle of 313.26º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5497 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 151 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.33 |
| HSL | 313.26º | 0.34% | 0.5% | - |
| HSV(B) | 313.26º | 0.51% | 0.67% | - |
| XYZ | 25.33 | 17.12 | 31.25 | - |
| YUV | 117.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 151 | 0 | 0.51 | 0.11 | 0.33 | 313.26 | 0.34 | 0.5 |
| Hex | AA | 54 | 97 | 0 | 33 | B | 21 | 139 | 22 | 32 |
| Octal | 252 | 124 | 227 | 0 | 63 | 13 | 41 | 471 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10010111 | 0 | 110011 | 1011 | 100001 | 100111001 | 100010 | 110010 |
Color Harmonies of #AA5497
Complementary color
Monochromatic Colors of #AA5497
Black with #AA5497
Text Example
Text Example
White with #AA5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5497; }
p { color: rgb(170,84,151); }
H1.HeaderClassName
{
color: #AA5497;
}
.AnyTagClassName
{
color: #AA5497;
}
</style>
background-color css
<style>
a { background-color: #AA5497; }
a { background-color: rgb(170,84,151); }
div.DivClassName
{
background-color: #AA5497;
}
.BgClassName
{
background-color: #AA5497;
}
</style>
border-color css
<style>
span { border-color: #AA5497; }
span { border-color: rgb(170,84,151); }
td.TdClassName
{
border-color: #AA5497;
}
.TagClassName
{
border-color: #AA5497;
}
</style>