Shades of Medium Violet Red #AA0C8E
Tints of Medium Violet Red #AA0C8E
RGB
CMYK
RGB Variations
Color information
#AA0C8E (or 0xAA0C8E) is known color: Medium Violet Red. HEX triplet: AA, 0C and 8E. RGB value is (170,12,142). Sum of RGB (Red+Green+Blue) = 170+12+142=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C8E is #55F371. Grayscale: #494949. Windows color (decimal): -5632882 or 9309354. OLE color: 9309354.
HSL color Cylindrical-coordinate representation of color #AA0C8E: hue angle of 310.63º 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 #AA0C8E is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 142 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.33 |
| HSL | 310.63º | 0.87% | 0.36% | - |
| HSV(B) | 310.63º | 0.93% | 0.67% | - |
| XYZ | 21.59 | 10.76 | 26.53 | - |
| YUV | 74.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 142 | 0 | 0.93 | 0.16 | 0.33 | 310.63 | 0.87 | 0.36 |
| Hex | AA | C | 8E | 0 | 5D | 10 | 21 | 137 | 57 | 24 |
| Octal | 252 | 14 | 216 | 0 | 135 | 20 | 41 | 467 | 127 | 44 |
| Binary | 10101010 | 1100 | 10001110 | 0 | 1011101 | 10000 | 100001 | 100110111 | 1010111 | 100100 |
Color Harmonies of #AA0C8E
Complementary color
Monochromatic Colors of #AA0C8E
Black with #AA0C8E
Text Example
Text Example
White with #AA0C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C8E; }
p { color: rgb(170,12,142); }
H1.HeaderClassName
{
color: #AA0C8E;
}
.AnyTagClassName
{
color: #AA0C8E;
}
</style>
background-color css
<style>
a { background-color: #AA0C8E; }
a { background-color: rgb(170,12,142); }
div.DivClassName
{
background-color: #AA0C8E;
}
.BgClassName
{
background-color: #AA0C8E;
}
</style>
border-color css
<style>
span { border-color: #AA0C8E; }
span { border-color: rgb(170,12,142); }
td.TdClassName
{
border-color: #AA0C8E;
}
.TagClassName
{
border-color: #AA0C8E;
}
</style>