Shades of Violet Blue #AA529D
Tints of Violet Blue #AA529D
RGB
CMYK
RGB Variations
Color information
#AA529D (or 0xAA529D) is known color: Violet Blue. HEX triplet: AA, 52 and 9D. RGB value is (170,82,157). Sum of RGB (Red+Green+Blue) = 170+82+157=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA529D is #55AD62. Grayscale: #747474. Windows color (decimal): -5614947 or 10310314. OLE color: 10310314.
HSL color Cylindrical-coordinate representation of color #AA529D: hue angle of 308.86º 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 #AA529D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 157 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.33 |
| HSL | 308.86º | 0.35% | 0.49% | - |
| HSV(B) | 308.86º | 0.52% | 0.67% | - |
| XYZ | 25.68 | 17.01 | 33.83 | - |
| YUV | 116.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 157 | 0 | 0.52 | 0.08 | 0.33 | 308.86 | 0.35 | 0.49 |
| Hex | AA | 52 | 9D | 0 | 34 | 8 | 21 | 135 | 23 | 31 |
| Octal | 252 | 122 | 235 | 0 | 64 | 10 | 41 | 465 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10011101 | 0 | 110100 | 1000 | 100001 | 100110101 | 100011 | 110001 |
Color Harmonies of #AA529D
Complementary color
Monochromatic Colors of #AA529D
Black with #AA529D
Text Example
Text Example
White with #AA529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA529D; }
p { color: rgb(170,82,157); }
H1.HeaderClassName
{
color: #AA529D;
}
.AnyTagClassName
{
color: #AA529D;
}
</style>
background-color css
<style>
a { background-color: #AA529D; }
a { background-color: rgb(170,82,157); }
div.DivClassName
{
background-color: #AA529D;
}
.BgClassName
{
background-color: #AA529D;
}
</style>
border-color css
<style>
span { border-color: #AA529D; }
span { border-color: rgb(170,82,157); }
td.TdClassName
{
border-color: #AA529D;
}
.TagClassName
{
border-color: #AA529D;
}
</style>