Shades of Violet Blue #AA6899
Tints of Violet Blue #AA6899
RGB
CMYK
RGB Variations
Color information
#AA6899 (or 0xAA6899) is known color: Violet Blue. HEX triplet: AA, 68 and 99. RGB value is (170,104,153). Sum of RGB (Red+Green+Blue) = 170+104+153=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6899 is #559766. Grayscale: #818181. Windows color (decimal): -5609319 or 10053802. OLE color: 10053802.
HSL color Cylindrical-coordinate representation of color #AA6899: hue angle of 315.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6899 is Cyan = 0, Magento = 0.39, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 153 | - |
| CMYK | 0 | 0.39 | 0.1 | 0.33 |
| HSL | 315.45º | 0.28% | 0.54% | - |
| HSV(B) | 315.45º | 0.39% | 0.67% | - |
| XYZ | 27.28 | 20.75 | 32.7 | - |
| YUV | 129.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 153 | 0 | 0.39 | 0.1 | 0.33 | 315.45 | 0.28 | 0.54 |
| Hex | AA | 68 | 99 | 0 | 27 | A | 21 | 13B | 1C | 36 |
| Octal | 252 | 150 | 231 | 0 | 47 | 12 | 41 | 473 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10011001 | 0 | 100111 | 1010 | 100001 | 100111011 | 11100 | 110110 |
Color Harmonies of #AA6899
Complementary color
Monochromatic Colors of #AA6899
Black with #AA6899
Text Example
Text Example
White with #AA6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6899; }
p { color: rgb(170,104,153); }
H1.HeaderClassName
{
color: #AA6899;
}
.AnyTagClassName
{
color: #AA6899;
}
</style>
background-color css
<style>
a { background-color: #AA6899; }
a { background-color: rgb(170,104,153); }
div.DivClassName
{
background-color: #AA6899;
}
.BgClassName
{
background-color: #AA6899;
}
</style>
border-color css
<style>
span { border-color: #AA6899; }
span { border-color: rgb(170,104,153); }
td.TdClassName
{
border-color: #AA6899;
}
.TagClassName
{
border-color: #AA6899;
}
</style>