Shades of Violet Blue #AA6396
Tints of Violet Blue #AA6396
RGB
CMYK
RGB Variations
Color information
#AA6396 (or 0xAA6396) is known color: Violet Blue. HEX triplet: AA, 63 and 96. RGB value is (170,99,150). Sum of RGB (Red+Green+Blue) = 170+99+150=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6396 is #559C69. Grayscale: #7D7D7D. Windows color (decimal): -5610602 or 9855914. OLE color: 9855914.
HSL color Cylindrical-coordinate representation of color #AA6396: hue angle of 316.9º 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 #AA6396 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 150 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.33 |
| HSL | 316.9º | 0.29% | 0.53% | - |
| HSV(B) | 316.9º | 0.42% | 0.67% | - |
| XYZ | 26.54 | 19.67 | 31.25 | - |
| YUV | 126.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 150 | 0 | 0.42 | 0.12 | 0.33 | 316.9 | 0.29 | 0.53 |
| Hex | AA | 63 | 96 | 0 | 2A | C | 21 | 13D | 1D | 35 |
| Octal | 252 | 143 | 226 | 0 | 52 | 14 | 41 | 475 | 35 | 65 |
| Binary | 10101010 | 1100011 | 10010110 | 0 | 101010 | 1100 | 100001 | 100111101 | 11101 | 110101 |
Color Harmonies of #AA6396
Complementary color
Monochromatic Colors of #AA6396
Black with #AA6396
Text Example
Text Example
White with #AA6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6396; }
p { color: rgb(170,99,150); }
H1.HeaderClassName
{
color: #AA6396;
}
.AnyTagClassName
{
color: #AA6396;
}
</style>
background-color css
<style>
a { background-color: #AA6396; }
a { background-color: rgb(170,99,150); }
div.DivClassName
{
background-color: #AA6396;
}
.BgClassName
{
background-color: #AA6396;
}
</style>
border-color css
<style>
span { border-color: #AA6396; }
span { border-color: rgb(170,99,150); }
td.TdClassName
{
border-color: #AA6396;
}
.TagClassName
{
border-color: #AA6396;
}
</style>