Shades of Violet Blue #AA6296
Tints of Violet Blue #AA6296
RGB
CMYK
RGB Variations
Color information
#AA6296 (or 0xAA6296) is known color: Violet Blue. HEX triplet: AA, 62 and 96. RGB value is (170,98,150). Sum of RGB (Red+Green+Blue) = 170+98+150=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6296 is #559D69. Grayscale: #7D7D7D. Windows color (decimal): -5610858 or 9855658. OLE color: 9855658.
HSL color Cylindrical-coordinate representation of color #AA6296: hue angle of 316.67º degrees, saturation: 0.3, 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 #AA6296 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 150 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.33 |
| HSL | 316.67º | 0.3% | 0.53% | - |
| HSV(B) | 316.67º | 0.42% | 0.67% | - |
| XYZ | 26.45 | 19.48 | 31.22 | - |
| YUV | 125.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 150 | 0 | 0.42 | 0.12 | 0.33 | 316.67 | 0.3 | 0.53 |
| Hex | AA | 62 | 96 | 0 | 2A | C | 21 | 13D | 1E | 35 |
| Octal | 252 | 142 | 226 | 0 | 52 | 14 | 41 | 475 | 36 | 65 |
| Binary | 10101010 | 1100010 | 10010110 | 0 | 101010 | 1100 | 100001 | 100111101 | 11110 | 110101 |
Color Harmonies of #AA6296
Complementary color
Monochromatic Colors of #AA6296
Black with #AA6296
Text Example
Text Example
White with #AA6296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6296; }
p { color: rgb(170,98,150); }
H1.HeaderClassName
{
color: #AA6296;
}
.AnyTagClassName
{
color: #AA6296;
}
</style>
background-color css
<style>
a { background-color: #AA6296; }
a { background-color: rgb(170,98,150); }
div.DivClassName
{
background-color: #AA6296;
}
.BgClassName
{
background-color: #AA6296;
}
</style>
border-color css
<style>
span { border-color: #AA6296; }
span { border-color: rgb(170,98,150); }
td.TdClassName
{
border-color: #AA6296;
}
.TagClassName
{
border-color: #AA6296;
}
</style>