Shades of Violet Blue #AA699A
Tints of Violet Blue #AA699A
RGB
CMYK
RGB Variations
Color information
#AA699A (or 0xAA699A) is known color: Violet Blue. HEX triplet: AA, 69 and 9A. RGB value is (170,105,154). Sum of RGB (Red+Green+Blue) = 170+105+154=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699A is #559665. Grayscale: #818181. Windows color (decimal): -5609062 or 10119594. OLE color: 10119594.
HSL color Cylindrical-coordinate representation of color #AA699A: hue angle of 314.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA699A is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 154 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.33 |
| HSL | 314.77º | 0.28% | 0.54% | - |
| HSV(B) | 314.77º | 0.38% | 0.67% | - |
| XYZ | 27.46 | 20.98 | 33.17 | - |
| YUV | 130.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 154 | 0 | 0.38 | 0.09 | 0.33 | 314.77 | 0.28 | 0.54 |
| Hex | AA | 69 | 9A | 0 | 26 | 9 | 21 | 13B | 1C | 36 |
| Octal | 252 | 151 | 232 | 0 | 46 | 11 | 41 | 473 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10011010 | 0 | 100110 | 1001 | 100001 | 100111011 | 11100 | 110110 |
Color Harmonies of #AA699A
Complementary color
Monochromatic Colors of #AA699A
Black with #AA699A
Text Example
Text Example
White with #AA699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA699A; }
p { color: rgb(170,105,154); }
H1.HeaderClassName
{
color: #AA699A;
}
.AnyTagClassName
{
color: #AA699A;
}
</style>
background-color css
<style>
a { background-color: #AA699A; }
a { background-color: rgb(170,105,154); }
div.DivClassName
{
background-color: #AA699A;
}
.BgClassName
{
background-color: #AA699A;
}
</style>
border-color css
<style>
span { border-color: #AA699A; }
span { border-color: rgb(170,105,154); }
td.TdClassName
{
border-color: #AA699A;
}
.TagClassName
{
border-color: #AA699A;
}
</style>