Shades of Violet Blue #AA549F
Tints of Violet Blue #AA549F
RGB
CMYK
RGB Variations
Color information
#AA549F (or 0xAA549F) is known color: Violet Blue. HEX triplet: AA, 54 and 9F. RGB value is (170,84,159). Sum of RGB (Red+Green+Blue) = 170+84+159=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA549F is #55AB60. Grayscale: #767676. Windows color (decimal): -5614433 or 10441898. OLE color: 10441898.
HSL color Cylindrical-coordinate representation of color #AA549F: hue angle of 307.67º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA549F is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 159 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.33 |
| HSL | 307.67º | 0.34% | 0.5% | - |
| HSV(B) | 307.67º | 0.51% | 0.67% | - |
| XYZ | 26.01 | 17.39 | 34.79 | - |
| YUV | 118.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 159 | 0 | 0.51 | 0.06 | 0.33 | 307.67 | 0.34 | 0.5 |
| Hex | AA | 54 | 9F | 0 | 33 | 6 | 21 | 134 | 22 | 32 |
| Octal | 252 | 124 | 237 | 0 | 63 | 6 | 41 | 464 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10011111 | 0 | 110011 | 110 | 100001 | 100110100 | 100010 | 110010 |
Color Harmonies of #AA549F
Complementary color
Monochromatic Colors of #AA549F
Black with #AA549F
Text Example
Text Example
White with #AA549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA549F; }
p { color: rgb(170,84,159); }
H1.HeaderClassName
{
color: #AA549F;
}
.AnyTagClassName
{
color: #AA549F;
}
</style>
background-color css
<style>
a { background-color: #AA549F; }
a { background-color: rgb(170,84,159); }
div.DivClassName
{
background-color: #AA549F;
}
.BgClassName
{
background-color: #AA549F;
}
</style>
border-color css
<style>
span { border-color: #AA549F; }
span { border-color: rgb(170,84,159); }
td.TdClassName
{
border-color: #AA549F;
}
.TagClassName
{
border-color: #AA549F;
}
</style>