Shades of Medium Violet Red #AA0F83
Tints of Medium Violet Red #AA0F83
RGB
CMYK
RGB Variations
Color information
#AA0F83 (or 0xAA0F83) is known color: Medium Violet Red. HEX triplet: AA, 0F and 83. RGB value is (170,15,131). Sum of RGB (Red+Green+Blue) = 170+15+131=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F83 is #55F07C. Grayscale: #4A4A4A. Windows color (decimal): -5632125 or 8589226. OLE color: 8589226.
HSL color Cylindrical-coordinate representation of color #AA0F83: hue angle of 315.1º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F83 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 131 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.33 |
| HSL | 315.1º | 0.84% | 0.36% | - |
| HSV(B) | 315.1º | 0.91% | 0.67% | - |
| XYZ | 20.85 | 10.53 | 22.41 | - |
| YUV | 74.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 131 | 0 | 0.91 | 0.23 | 0.33 | 315.1 | 0.84 | 0.36 |
| Hex | AA | F | 83 | 0 | 5B | 17 | 21 | 13B | 54 | 24 |
| Octal | 252 | 17 | 203 | 0 | 133 | 27 | 41 | 473 | 124 | 44 |
| Binary | 10101010 | 1111 | 10000011 | 0 | 1011011 | 10111 | 100001 | 100111011 | 1010100 | 100100 |
Color Harmonies of #AA0F83
Complementary color
Monochromatic Colors of #AA0F83
Black with #AA0F83
Text Example
Text Example
White with #AA0F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F83; }
p { color: rgb(170,15,131); }
H1.HeaderClassName
{
color: #AA0F83;
}
.AnyTagClassName
{
color: #AA0F83;
}
</style>
background-color css
<style>
a { background-color: #AA0F83; }
a { background-color: rgb(170,15,131); }
div.DivClassName
{
background-color: #AA0F83;
}
.BgClassName
{
background-color: #AA0F83;
}
</style>
border-color css
<style>
span { border-color: #AA0F83; }
span { border-color: rgb(170,15,131); }
td.TdClassName
{
border-color: #AA0F83;
}
.TagClassName
{
border-color: #AA0F83;
}
</style>