Shades of Medium Violet Red #AA0A8A
Tints of Medium Violet Red #AA0A8A
RGB
CMYK
RGB Variations
Color information
#AA0A8A (or 0xAA0A8A) is known color: Medium Violet Red. HEX triplet: AA, 0A and 8A. RGB value is (170,10,138). Sum of RGB (Red+Green+Blue) = 170+10+138=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A8A is #55F575. Grayscale: #484848. Windows color (decimal): -5633398 or 9046698. OLE color: 9046698.
HSL color Cylindrical-coordinate representation of color #AA0A8A: hue angle of 312º 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 #AA0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.33 |
| HSL | 312º | 0.89% | 0.35% | - |
| HSV(B) | 312º | 0.94% | 0.67% | - |
| XYZ | 21.27 | 10.6 | 24.97 | - |
| YUV | 72.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 138 | 0 | 0.94 | 0.19 | 0.33 | 312 | 0.89 | 0.35 |
| Hex | AA | A | 8A | 0 | 5E | 13 | 21 | 138 | 59 | 23 |
| Octal | 252 | 12 | 212 | 0 | 136 | 23 | 41 | 470 | 131 | 43 |
| Binary | 10101010 | 1010 | 10001010 | 0 | 1011110 | 10011 | 100001 | 100111000 | 1011001 | 100011 |
Color Harmonies of #AA0A8A
Complementary color
Monochromatic Colors of #AA0A8A
Black with #AA0A8A
Text Example
Text Example
White with #AA0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A8A; }
p { color: rgb(170,10,138); }
H1.HeaderClassName
{
color: #AA0A8A;
}
.AnyTagClassName
{
color: #AA0A8A;
}
</style>
background-color css
<style>
a { background-color: #AA0A8A; }
a { background-color: rgb(170,10,138); }
div.DivClassName
{
background-color: #AA0A8A;
}
.BgClassName
{
background-color: #AA0A8A;
}
</style>
border-color css
<style>
span { border-color: #AA0A8A; }
span { border-color: rgb(170,10,138); }
td.TdClassName
{
border-color: #AA0A8A;
}
.TagClassName
{
border-color: #AA0A8A;
}
</style>