Shades of Violet Blue #AA529C
Tints of Violet Blue #AA529C
RGB
CMYK
RGB Variations
Color information
#AA529C (or 0xAA529C) is known color: Violet Blue. HEX triplet: AA, 52 and 9C. RGB value is (170,82,156). Sum of RGB (Red+Green+Blue) = 170+82+156=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA529C is #55AD63. Grayscale: #747474. Windows color (decimal): -5614948 or 10244778. OLE color: 10244778.
HSL color Cylindrical-coordinate representation of color #AA529C: hue angle of 309.55º 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 #AA529C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 156 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.33 |
| HSL | 309.55º | 0.35% | 0.49% | - |
| HSV(B) | 309.55º | 0.52% | 0.67% | - |
| XYZ | 25.6 | 16.98 | 33.38 | - |
| YUV | 116.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 156 | 0 | 0.52 | 0.08 | 0.33 | 309.55 | 0.35 | 0.49 |
| Hex | AA | 52 | 9C | 0 | 34 | 8 | 21 | 136 | 23 | 31 |
| Octal | 252 | 122 | 234 | 0 | 64 | 10 | 41 | 466 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10011100 | 0 | 110100 | 1000 | 100001 | 100110110 | 100011 | 110001 |
Color Harmonies of #AA529C
Complementary color
Monochromatic Colors of #AA529C
Black with #AA529C
Text Example
Text Example
White with #AA529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA529C; }
p { color: rgb(170,82,156); }
H1.HeaderClassName
{
color: #AA529C;
}
.AnyTagClassName
{
color: #AA529C;
}
</style>
background-color css
<style>
a { background-color: #AA529C; }
a { background-color: rgb(170,82,156); }
div.DivClassName
{
background-color: #AA529C;
}
.BgClassName
{
background-color: #AA529C;
}
</style>
border-color css
<style>
span { border-color: #AA529C; }
span { border-color: rgb(170,82,156); }
td.TdClassName
{
border-color: #AA529C;
}
.TagClassName
{
border-color: #AA529C;
}
</style>