Shades of Medium Violet Red #AA0584
Tints of Medium Violet Red #AA0584
RGB
CMYK
RGB Variations
Color information
#AA0584 (or 0xAA0584) is known color: Medium Violet Red. HEX triplet: AA, 05 and 84. RGB value is (170,5,132). Sum of RGB (Red+Green+Blue) = 170+5+132=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0584 is #55FA7B. Grayscale: #444444. Windows color (decimal): -5634684 or 8652202. OLE color: 8652202.
HSL color Cylindrical-coordinate representation of color #AA0584: hue angle of 313.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0584 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.33 |
| HSL | 313.82º | 0.94% | 0.34% | - |
| HSV(B) | 313.82º | 0.97% | 0.67% | - |
| XYZ | 20.8 | 10.32 | 22.73 | - |
| YUV | 68.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 132 | 0 | 0.97 | 0.22 | 0.33 | 313.82 | 0.94 | 0.34 |
| Hex | AA | 5 | 84 | 0 | 61 | 16 | 21 | 13A | 5E | 22 |
| Octal | 252 | 5 | 204 | 0 | 141 | 26 | 41 | 472 | 136 | 42 |
| Binary | 10101010 | 101 | 10000100 | 0 | 1100001 | 10110 | 100001 | 100111010 | 1011110 | 100010 |
Color Harmonies of #AA0584
Complementary color
Monochromatic Colors of #AA0584
Black with #AA0584
Text Example
Text Example
White with #AA0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0584; }
p { color: rgb(170,5,132); }
H1.HeaderClassName
{
color: #AA0584;
}
.AnyTagClassName
{
color: #AA0584;
}
</style>
background-color css
<style>
a { background-color: #AA0584; }
a { background-color: rgb(170,5,132); }
div.DivClassName
{
background-color: #AA0584;
}
.BgClassName
{
background-color: #AA0584;
}
</style>
border-color css
<style>
span { border-color: #AA0584; }
span { border-color: rgb(170,5,132); }
td.TdClassName
{
border-color: #AA0584;
}
.TagClassName
{
border-color: #AA0584;
}
</style>