Shades of Violet Blue #AA529A
Tints of Violet Blue #AA529A
RGB
CMYK
RGB Variations
Color information
#AA529A (or 0xAA529A) is known color: Violet Blue. HEX triplet: AA, 52 and 9A. RGB value is (170,82,154). Sum of RGB (Red+Green+Blue) = 170+82+154=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA529A is #55AD65. Grayscale: #747474. Windows color (decimal): -5614950 or 10113706. OLE color: 10113706.
HSL color Cylindrical-coordinate representation of color #AA529A: hue angle of 310.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA529A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 154 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.33 |
| HSL | 310.91º | 0.35% | 0.49% | - |
| HSV(B) | 310.91º | 0.52% | 0.67% | - |
| XYZ | 25.43 | 16.91 | 32.5 | - |
| YUV | 116.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 154 | 0 | 0.52 | 0.09 | 0.33 | 310.91 | 0.35 | 0.49 |
| Hex | AA | 52 | 9A | 0 | 34 | 9 | 21 | 137 | 23 | 31 |
| Octal | 252 | 122 | 232 | 0 | 64 | 11 | 41 | 467 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10011010 | 0 | 110100 | 1001 | 100001 | 100110111 | 100011 | 110001 |
Color Harmonies of #AA529A
Complementary color
Monochromatic Colors of #AA529A
Black with #AA529A
Text Example
Text Example
White with #AA529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA529A; }
p { color: rgb(170,82,154); }
H1.HeaderClassName
{
color: #AA529A;
}
.AnyTagClassName
{
color: #AA529A;
}
</style>
background-color css
<style>
a { background-color: #AA529A; }
a { background-color: rgb(170,82,154); }
div.DivClassName
{
background-color: #AA529A;
}
.BgClassName
{
background-color: #AA529A;
}
</style>
border-color css
<style>
span { border-color: #AA529A; }
span { border-color: rgb(170,82,154); }
td.TdClassName
{
border-color: #AA529A;
}
.TagClassName
{
border-color: #AA529A;
}
</style>