Shades of Violet Blue #AA6397
Tints of Violet Blue #AA6397
RGB
CMYK
RGB Variations
Color information
#AA6397 (or 0xAA6397) is known color: Violet Blue. HEX triplet: AA, 63 and 97. RGB value is (170,99,151). Sum of RGB (Red+Green+Blue) = 170+99+151=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6397 is #559C68. Grayscale: #7E7E7E. Windows color (decimal): -5610601 or 9921450. OLE color: 9921450.
HSL color Cylindrical-coordinate representation of color #AA6397: hue angle of 316.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6397 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 151 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.33 |
| HSL | 316.06º | 0.29% | 0.53% | - |
| HSV(B) | 316.06º | 0.42% | 0.67% | - |
| XYZ | 26.63 | 19.7 | 31.68 | - |
| YUV | 126.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 151 | 0 | 0.42 | 0.11 | 0.33 | 316.06 | 0.29 | 0.53 |
| Hex | AA | 63 | 97 | 0 | 2A | B | 21 | 13C | 1D | 35 |
| Octal | 252 | 143 | 227 | 0 | 52 | 13 | 41 | 474 | 35 | 65 |
| Binary | 10101010 | 1100011 | 10010111 | 0 | 101010 | 1011 | 100001 | 100111100 | 11101 | 110101 |
Color Harmonies of #AA6397
Complementary color
Monochromatic Colors of #AA6397
Black with #AA6397
Text Example
Text Example
White with #AA6397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6397; }
p { color: rgb(170,99,151); }
H1.HeaderClassName
{
color: #AA6397;
}
.AnyTagClassName
{
color: #AA6397;
}
</style>
background-color css
<style>
a { background-color: #AA6397; }
a { background-color: rgb(170,99,151); }
div.DivClassName
{
background-color: #AA6397;
}
.BgClassName
{
background-color: #AA6397;
}
</style>
border-color css
<style>
span { border-color: #AA6397; }
span { border-color: rgb(170,99,151); }
td.TdClassName
{
border-color: #AA6397;
}
.TagClassName
{
border-color: #AA6397;
}
</style>