Shades of Violet Blue #AA66A3
Tints of Violet Blue #AA66A3
RGB
CMYK
RGB Variations
Color information
#AA66A3 (or 0xAA66A3) is known color: Violet Blue. HEX triplet: AA, 66 and A3. RGB value is (170,102,163). Sum of RGB (Red+Green+Blue) = 170+102+163=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A3 is #55995C. Grayscale: #818181. Windows color (decimal): -5609821 or 10708650. OLE color: 10708650.
HSL color Cylindrical-coordinate representation of color #AA66A3: hue angle of 306.18º 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 #AA66A3 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 163 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.33 |
| HSL | 306.18º | 0.29% | 0.53% | - |
| HSV(B) | 306.18º | 0.4% | 0.67% | - |
| XYZ | 27.94 | 20.69 | 37.17 | - |
| YUV | 129.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 163 | 0 | 0.4 | 0.04 | 0.33 | 306.18 | 0.29 | 0.53 |
| Hex | AA | 66 | A3 | 0 | 28 | 4 | 21 | 132 | 1D | 35 |
| Octal | 252 | 146 | 243 | 0 | 50 | 4 | 41 | 462 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10100011 | 0 | 101000 | 100 | 100001 | 100110010 | 11101 | 110101 |
Color Harmonies of #AA66A3
Complementary color
Monochromatic Colors of #AA66A3
Black with #AA66A3
Text Example
Text Example
White with #AA66A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66A3; }
p { color: rgb(170,102,163); }
H1.HeaderClassName
{
color: #AA66A3;
}
.AnyTagClassName
{
color: #AA66A3;
}
</style>
background-color css
<style>
a { background-color: #AA66A3; }
a { background-color: rgb(170,102,163); }
div.DivClassName
{
background-color: #AA66A3;
}
.BgClassName
{
background-color: #AA66A3;
}
</style>
border-color css
<style>
span { border-color: #AA66A3; }
span { border-color: rgb(170,102,163); }
td.TdClassName
{
border-color: #AA66A3;
}
.TagClassName
{
border-color: #AA66A3;
}
</style>