Shades of Medium Violet Red #AA0983
Tints of Medium Violet Red #AA0983
RGB
CMYK
RGB Variations
Color information
#AA0983 (or 0xAA0983) is known color: Medium Violet Red. HEX triplet: AA, 09 and 83. RGB value is (170,9,131). Sum of RGB (Red+Green+Blue) = 170+9+131=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0983 is #55F67C. Grayscale: #464646. Windows color (decimal): -5633661 or 8587690. OLE color: 8587690.
HSL color Cylindrical-coordinate representation of color #AA0983: hue angle of 314.53º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0983 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 131 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.33 |
| HSL | 314.53º | 0.9% | 0.35% | - |
| HSV(B) | 314.53º | 0.95% | 0.67% | - |
| XYZ | 20.77 | 10.38 | 22.38 | - |
| YUV | 71.05 | 161.84 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 131 | 0 | 0.95 | 0.23 | 0.33 | 314.53 | 0.9 | 0.35 |
| Hex | AA | 9 | 83 | 0 | 5F | 17 | 21 | 13B | 5A | 23 |
| Octal | 252 | 11 | 203 | 0 | 137 | 27 | 41 | 473 | 132 | 43 |
| Binary | 10101010 | 1001 | 10000011 | 0 | 1011111 | 10111 | 100001 | 100111011 | 1011010 | 100011 |
Color Harmonies of #AA0983
Complementary color
Monochromatic Colors of #AA0983
Black with #AA0983
Text Example
Text Example
White with #AA0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0983; }
p { color: rgb(170,9,131); }
H1.HeaderClassName
{
color: #AA0983;
}
.AnyTagClassName
{
color: #AA0983;
}
</style>
background-color css
<style>
a { background-color: #AA0983; }
a { background-color: rgb(170,9,131); }
div.DivClassName
{
background-color: #AA0983;
}
.BgClassName
{
background-color: #AA0983;
}
</style>
border-color css
<style>
span { border-color: #AA0983; }
span { border-color: rgb(170,9,131); }
td.TdClassName
{
border-color: #AA0983;
}
.TagClassName
{
border-color: #AA0983;
}
</style>