Shades of Violet Blue #AA6197
Tints of Violet Blue #AA6197
RGB
CMYK
RGB Variations
Color information
#AA6197 (or 0xAA6197) is known color: Violet Blue. HEX triplet: AA, 61 and 97. RGB value is (170,97,151). Sum of RGB (Red+Green+Blue) = 170+97+151=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6197 is #559E68. Grayscale: #7C7C7C. Windows color (decimal): -5611113 or 9920938. OLE color: 9920938.
HSL color Cylindrical-coordinate representation of color #AA6197: hue angle of 315.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6197 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 151 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.33 |
| HSL | 315.62º | 0.3% | 0.52% | - |
| HSV(B) | 315.62º | 0.43% | 0.67% | - |
| XYZ | 26.44 | 19.33 | 31.62 | - |
| YUV | 124.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 151 | 0 | 0.43 | 0.11 | 0.33 | 315.62 | 0.3 | 0.52 |
| Hex | AA | 61 | 97 | 0 | 2B | B | 21 | 13C | 1E | 34 |
| Octal | 252 | 141 | 227 | 0 | 53 | 13 | 41 | 474 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10010111 | 0 | 101011 | 1011 | 100001 | 100111100 | 11110 | 110100 |
Color Harmonies of #AA6197
Complementary color
Monochromatic Colors of #AA6197
Black with #AA6197
Text Example
Text Example
White with #AA6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6197; }
p { color: rgb(170,97,151); }
H1.HeaderClassName
{
color: #AA6197;
}
.AnyTagClassName
{
color: #AA6197;
}
</style>
background-color css
<style>
a { background-color: #AA6197; }
a { background-color: rgb(170,97,151); }
div.DivClassName
{
background-color: #AA6197;
}
.BgClassName
{
background-color: #AA6197;
}
</style>
border-color css
<style>
span { border-color: #AA6197; }
span { border-color: rgb(170,97,151); }
td.TdClassName
{
border-color: #AA6197;
}
.TagClassName
{
border-color: #AA6197;
}
</style>