Shades of Violet Blue #AA689D
Tints of Violet Blue #AA689D
RGB
CMYK
RGB Variations
Color information
#AA689D (or 0xAA689D) is known color: Violet Blue. HEX triplet: AA, 68 and 9D. RGB value is (170,104,157). Sum of RGB (Red+Green+Blue) = 170+104+157=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689D is #559762. Grayscale: #818181. Windows color (decimal): -5609315 or 10315946. OLE color: 10315946.
HSL color Cylindrical-coordinate representation of color #AA689D: hue angle of 311.82º 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 #AA689D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 157 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.33 |
| HSL | 311.82º | 0.28% | 0.54% | - |
| HSV(B) | 311.82º | 0.39% | 0.67% | - |
| XYZ | 27.61 | 20.88 | 34.47 | - |
| YUV | 129.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 157 | 0 | 0.39 | 0.08 | 0.33 | 311.82 | 0.28 | 0.54 |
| Hex | AA | 68 | 9D | 0 | 27 | 8 | 21 | 138 | 1C | 36 |
| Octal | 252 | 150 | 235 | 0 | 47 | 10 | 41 | 470 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10011101 | 0 | 100111 | 1000 | 100001 | 100111000 | 11100 | 110110 |
Color Harmonies of #AA689D
Complementary color
Monochromatic Colors of #AA689D
Black with #AA689D
Text Example
Text Example
White with #AA689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA689D; }
p { color: rgb(170,104,157); }
H1.HeaderClassName
{
color: #AA689D;
}
.AnyTagClassName
{
color: #AA689D;
}
</style>
background-color css
<style>
a { background-color: #AA689D; }
a { background-color: rgb(170,104,157); }
div.DivClassName
{
background-color: #AA689D;
}
.BgClassName
{
background-color: #AA689D;
}
</style>
border-color css
<style>
span { border-color: #AA689D; }
span { border-color: rgb(170,104,157); }
td.TdClassName
{
border-color: #AA689D;
}
.TagClassName
{
border-color: #AA689D;
}
</style>