Shades of Medium Violet Red #AA0C8D
Tints of Medium Violet Red #AA0C8D
RGB
CMYK
RGB Variations
Color information
#AA0C8D (or 0xAA0C8D) is known color: Medium Violet Red. HEX triplet: AA, 0C and 8D. RGB value is (170,12,141). Sum of RGB (Red+Green+Blue) = 170+12+141=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C8D is #55F372. Grayscale: #494949. Windows color (decimal): -5632883 or 9243818. OLE color: 9243818.
HSL color Cylindrical-coordinate representation of color #AA0C8D: hue angle of 311.01º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C8D is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 141 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.33 |
| HSL | 311.01º | 0.87% | 0.36% | - |
| HSV(B) | 311.01º | 0.93% | 0.67% | - |
| XYZ | 21.52 | 10.73 | 26.14 | - |
| YUV | 73.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 141 | 0 | 0.93 | 0.17 | 0.33 | 311.01 | 0.87 | 0.36 |
| Hex | AA | C | 8D | 0 | 5D | 11 | 21 | 137 | 57 | 24 |
| Octal | 252 | 14 | 215 | 0 | 135 | 21 | 41 | 467 | 127 | 44 |
| Binary | 10101010 | 1100 | 10001101 | 0 | 1011101 | 10001 | 100001 | 100110111 | 1010111 | 100100 |
Color Harmonies of #AA0C8D
Complementary color
Monochromatic Colors of #AA0C8D
Black with #AA0C8D
Text Example
Text Example
White with #AA0C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C8D; }
p { color: rgb(170,12,141); }
H1.HeaderClassName
{
color: #AA0C8D;
}
.AnyTagClassName
{
color: #AA0C8D;
}
</style>
background-color css
<style>
a { background-color: #AA0C8D; }
a { background-color: rgb(170,12,141); }
div.DivClassName
{
background-color: #AA0C8D;
}
.BgClassName
{
background-color: #AA0C8D;
}
</style>
border-color css
<style>
span { border-color: #AA0C8D; }
span { border-color: rgb(170,12,141); }
td.TdClassName
{
border-color: #AA0C8D;
}
.TagClassName
{
border-color: #AA0C8D;
}
</style>