Shades of Violet Blue #AA6799
Tints of Violet Blue #AA6799
RGB
CMYK
RGB Variations
Color information
#AA6799 (or 0xAA6799) is known color: Violet Blue. HEX triplet: AA, 67 and 99. RGB value is (170,103,153). Sum of RGB (Red+Green+Blue) = 170+103+153=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6799 is #559866. Grayscale: #808080. Windows color (decimal): -5609575 or 10053546. OLE color: 10053546.
HSL color Cylindrical-coordinate representation of color #AA6799: hue angle of 315.22º 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 #AA6799 is Cyan = 0, Magento = 0.39, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 153 | - |
| CMYK | 0 | 0.39 | 0.1 | 0.33 |
| HSL | 315.22º | 0.28% | 0.54% | - |
| HSV(B) | 315.22º | 0.39% | 0.67% | - |
| XYZ | 27.18 | 20.55 | 32.67 | - |
| YUV | 128.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 153 | 0 | 0.39 | 0.1 | 0.33 | 315.22 | 0.28 | 0.54 |
| Hex | AA | 67 | 99 | 0 | 27 | A | 21 | 13B | 1C | 36 |
| Octal | 252 | 147 | 231 | 0 | 47 | 12 | 41 | 473 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10011001 | 0 | 100111 | 1010 | 100001 | 100111011 | 11100 | 110110 |
Color Harmonies of #AA6799
Complementary color
Monochromatic Colors of #AA6799
Black with #AA6799
Text Example
Text Example
White with #AA6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6799; }
p { color: rgb(170,103,153); }
H1.HeaderClassName
{
color: #AA6799;
}
.AnyTagClassName
{
color: #AA6799;
}
</style>
background-color css
<style>
a { background-color: #AA6799; }
a { background-color: rgb(170,103,153); }
div.DivClassName
{
background-color: #AA6799;
}
.BgClassName
{
background-color: #AA6799;
}
</style>
border-color css
<style>
span { border-color: #AA6799; }
span { border-color: rgb(170,103,153); }
td.TdClassName
{
border-color: #AA6799;
}
.TagClassName
{
border-color: #AA6799;
}
</style>