Shades of Violet Blue #AA689A
Tints of Violet Blue #AA689A
RGB
CMYK
RGB Variations
Color information
#AA689A (or 0xAA689A) is known color: Violet Blue. HEX triplet: AA, 68 and 9A. RGB value is (170,104,154). Sum of RGB (Red+Green+Blue) = 170+104+154=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689A is #559765. Grayscale: #818181. Windows color (decimal): -5609318 or 10119338. OLE color: 10119338.
HSL color Cylindrical-coordinate representation of color #AA689A: hue angle of 314.55º 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 #AA689A is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 154 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.33 |
| HSL | 314.55º | 0.28% | 0.54% | - |
| HSV(B) | 314.55º | 0.39% | 0.67% | - |
| XYZ | 27.36 | 20.78 | 33.14 | - |
| YUV | 129.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 154 | 0 | 0.39 | 0.09 | 0.33 | 314.55 | 0.28 | 0.54 |
| Hex | AA | 68 | 9A | 0 | 27 | 9 | 21 | 13B | 1C | 36 |
| Octal | 252 | 150 | 232 | 0 | 47 | 11 | 41 | 473 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10011010 | 0 | 100111 | 1001 | 100001 | 100111011 | 11100 | 110110 |
Color Harmonies of #AA689A
Complementary color
Monochromatic Colors of #AA689A
Black with #AA689A
Text Example
Text Example
White with #AA689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA689A; }
p { color: rgb(170,104,154); }
H1.HeaderClassName
{
color: #AA689A;
}
.AnyTagClassName
{
color: #AA689A;
}
</style>
background-color css
<style>
a { background-color: #AA689A; }
a { background-color: rgb(170,104,154); }
div.DivClassName
{
background-color: #AA689A;
}
.BgClassName
{
background-color: #AA689A;
}
</style>
border-color css
<style>
span { border-color: #AA689A; }
span { border-color: rgb(170,104,154); }
td.TdClassName
{
border-color: #AA689A;
}
.TagClassName
{
border-color: #AA689A;
}
</style>