Shades of Medium Violet Red #AA0B83
Tints of Medium Violet Red #AA0B83
RGB
CMYK
RGB Variations
Color information
#AA0B83 (or 0xAA0B83) is known color: Medium Violet Red. HEX triplet: AA, 0B and 83. RGB value is (170,11,131). Sum of RGB (Red+Green+Blue) = 170+11+131=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B83 is #55F47C. Grayscale: #474747. Windows color (decimal): -5633149 or 8588202. OLE color: 8588202.
HSL color Cylindrical-coordinate representation of color #AA0B83: hue angle of 314.72º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B83 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 131 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.33 |
| HSL | 314.72º | 0.88% | 0.35% | - |
| HSV(B) | 314.72º | 0.94% | 0.67% | - |
| XYZ | 20.79 | 10.42 | 22.39 | - |
| YUV | 72.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 131 | 0 | 0.94 | 0.23 | 0.33 | 314.72 | 0.88 | 0.35 |
| Hex | AA | B | 83 | 0 | 5E | 17 | 21 | 13B | 58 | 23 |
| Octal | 252 | 13 | 203 | 0 | 136 | 27 | 41 | 473 | 130 | 43 |
| Binary | 10101010 | 1011 | 10000011 | 0 | 1011110 | 10111 | 100001 | 100111011 | 1011000 | 100011 |
Color Harmonies of #AA0B83
Complementary color
Monochromatic Colors of #AA0B83
Black with #AA0B83
Text Example
Text Example
White with #AA0B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B83; }
p { color: rgb(170,11,131); }
H1.HeaderClassName
{
color: #AA0B83;
}
.AnyTagClassName
{
color: #AA0B83;
}
</style>
background-color css
<style>
a { background-color: #AA0B83; }
a { background-color: rgb(170,11,131); }
div.DivClassName
{
background-color: #AA0B83;
}
.BgClassName
{
background-color: #AA0B83;
}
</style>
border-color css
<style>
span { border-color: #AA0B83; }
span { border-color: rgb(170,11,131); }
td.TdClassName
{
border-color: #AA0B83;
}
.TagClassName
{
border-color: #AA0B83;
}
</style>