Shades of Violet Blue #AA66A0
Tints of Violet Blue #AA66A0
RGB
CMYK
RGB Variations
Color information
#AA66A0 (or 0xAA66A0) is known color: Violet Blue. HEX triplet: AA, 66 and A0. RGB value is (170,102,160). Sum of RGB (Red+Green+Blue) = 170+102+160=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A0 is #55995F. Grayscale: #808080. Windows color (decimal): -5609824 or 10512042. OLE color: 10512042.
HSL color Cylindrical-coordinate representation of color #AA66A0: hue angle of 308.82º 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 #AA66A0 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 160 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.33 |
| HSL | 308.82º | 0.29% | 0.53% | - |
| HSV(B) | 308.82º | 0.4% | 0.67% | - |
| XYZ | 27.67 | 20.59 | 35.77 | - |
| YUV | 128.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 160 | 0 | 0.4 | 0.06 | 0.33 | 308.82 | 0.29 | 0.53 |
| Hex | AA | 66 | A0 | 0 | 28 | 6 | 21 | 135 | 1D | 35 |
| Octal | 252 | 146 | 240 | 0 | 50 | 6 | 41 | 465 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10100000 | 0 | 101000 | 110 | 100001 | 100110101 | 11101 | 110101 |
Color Harmonies of #AA66A0
Complementary color
Monochromatic Colors of #AA66A0
Black with #AA66A0
Text Example
Text Example
White with #AA66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66A0; }
p { color: rgb(170,102,160); }
H1.HeaderClassName
{
color: #AA66A0;
}
.AnyTagClassName
{
color: #AA66A0;
}
</style>
background-color css
<style>
a { background-color: #AA66A0; }
a { background-color: rgb(170,102,160); }
div.DivClassName
{
background-color: #AA66A0;
}
.BgClassName
{
background-color: #AA66A0;
}
</style>
border-color css
<style>
span { border-color: #AA66A0; }
span { border-color: rgb(170,102,160); }
td.TdClassName
{
border-color: #AA66A0;
}
.TagClassName
{
border-color: #AA66A0;
}
</style>