Shades of Violet Blue #AA66A9
Tints of Violet Blue #AA66A9
RGB
CMYK
RGB Variations
Color information
#AA66A9 (or 0xAA66A9) is known color: Violet Blue. HEX triplet: AA, 66 and A9. RGB value is (170,102,169). Sum of RGB (Red+Green+Blue) = 170+102+169=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A9 is #559956. Grayscale: #818181. Windows color (decimal): -5609815 or 11101866. OLE color: 11101866.
HSL color Cylindrical-coordinate representation of color #AA66A9: hue angle of 300.88º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA66A9 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 169 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.33 |
| HSL | 300.88º | 0.29% | 0.53% | - |
| HSV(B) | 300.88º | 0.4% | 0.67% | - |
| XYZ | 28.49 | 20.91 | 40.07 | - |
| YUV | 129.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 169 | 0 | 0.4 | 0.01 | 0.33 | 300.88 | 0.29 | 0.53 |
| Hex | AA | 66 | A9 | 0 | 28 | 1 | 21 | 12D | 1D | 35 |
| Octal | 252 | 146 | 251 | 0 | 50 | 1 | 41 | 455 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10101001 | 0 | 101000 | 1 | 100001 | 100101101 | 11101 | 110101 |
Color Harmonies of #AA66A9
Complementary color
Monochromatic Colors of #AA66A9
Black with #AA66A9
Text Example
Text Example
White with #AA66A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66A9; }
p { color: rgb(170,102,169); }
H1.HeaderClassName
{
color: #AA66A9;
}
.AnyTagClassName
{
color: #AA66A9;
}
</style>
background-color css
<style>
a { background-color: #AA66A9; }
a { background-color: rgb(170,102,169); }
div.DivClassName
{
background-color: #AA66A9;
}
.BgClassName
{
background-color: #AA66A9;
}
</style>
border-color css
<style>
span { border-color: #AA66A9; }
span { border-color: rgb(170,102,169); }
td.TdClassName
{
border-color: #AA66A9;
}
.TagClassName
{
border-color: #AA66A9;
}
</style>