Shades of Medium Violet Red #AA0A8B
Tints of Medium Violet Red #AA0A8B
RGB
CMYK
RGB Variations
Color information
#AA0A8B (or 0xAA0A8B) is known color: Medium Violet Red. HEX triplet: AA, 0A and 8B. RGB value is (170,10,139). Sum of RGB (Red+Green+Blue) = 170+10+139=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A8B is #55F574. Grayscale: #484848. Windows color (decimal): -5633397 or 9112234. OLE color: 9112234.
HSL color Cylindrical-coordinate representation of color #AA0A8B: hue angle of 311.62º degrees, saturation: 0.89, 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 #AA0A8B is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 139 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.33 |
| HSL | 311.63º | 0.89% | 0.35% | - |
| HSV(B) | 311.63º | 0.94% | 0.67% | - |
| XYZ | 21.35 | 10.63 | 25.35 | - |
| YUV | 72.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 139 | 0 | 0.94 | 0.18 | 0.33 | 311.63 | 0.89 | 0.35 |
| Hex | AA | A | 8B | 0 | 5E | 12 | 21 | 138 | 59 | 23 |
| Octal | 252 | 12 | 213 | 0 | 136 | 22 | 41 | 470 | 131 | 43 |
| Binary | 10101010 | 1010 | 10001011 | 0 | 1011110 | 10010 | 100001 | 100111000 | 1011001 | 100011 |
Color Harmonies of #AA0A8B
Complementary color
Monochromatic Colors of #AA0A8B
Black with #AA0A8B
Text Example
Text Example
White with #AA0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A8B; }
p { color: rgb(170,10,139); }
H1.HeaderClassName
{
color: #AA0A8B;
}
.AnyTagClassName
{
color: #AA0A8B;
}
</style>
background-color css
<style>
a { background-color: #AA0A8B; }
a { background-color: rgb(170,10,139); }
div.DivClassName
{
background-color: #AA0A8B;
}
.BgClassName
{
background-color: #AA0A8B;
}
</style>
border-color css
<style>
span { border-color: #AA0A8B; }
span { border-color: rgb(170,10,139); }
td.TdClassName
{
border-color: #AA0A8B;
}
.TagClassName
{
border-color: #AA0A8B;
}
</style>