Shades of Medium Violet Red #AA0D8C
Tints of Medium Violet Red #AA0D8C
RGB
CMYK
RGB Variations
Color information
#AA0D8C (or 0xAA0D8C) is known color: Medium Violet Red. HEX triplet: AA, 0D and 8C. RGB value is (170,13,140). Sum of RGB (Red+Green+Blue) = 170+13+140=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D8C is #55F273. Grayscale: #4A4A4A. Windows color (decimal): -5632628 or 9178538. OLE color: 9178538.
HSL color Cylindrical-coordinate representation of color #AA0D8C: hue angle of 311.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D8C is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 140 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.33 |
| HSL | 311.47º | 0.86% | 0.36% | - |
| HSV(B) | 311.47º | 0.92% | 0.67% | - |
| XYZ | 21.46 | 10.73 | 25.75 | - |
| YUV | 74.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 140 | 0 | 0.92 | 0.18 | 0.33 | 311.47 | 0.86 | 0.36 |
| Hex | AA | D | 8C | 0 | 5C | 12 | 21 | 137 | 56 | 24 |
| Octal | 252 | 15 | 214 | 0 | 134 | 22 | 41 | 467 | 126 | 44 |
| Binary | 10101010 | 1101 | 10001100 | 0 | 1011100 | 10010 | 100001 | 100110111 | 1010110 | 100100 |
Color Harmonies of #AA0D8C
Complementary color
Monochromatic Colors of #AA0D8C
Black with #AA0D8C
Text Example
Text Example
White with #AA0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D8C; }
p { color: rgb(170,13,140); }
H1.HeaderClassName
{
color: #AA0D8C;
}
.AnyTagClassName
{
color: #AA0D8C;
}
</style>
background-color css
<style>
a { background-color: #AA0D8C; }
a { background-color: rgb(170,13,140); }
div.DivClassName
{
background-color: #AA0D8C;
}
.BgClassName
{
background-color: #AA0D8C;
}
</style>
border-color css
<style>
span { border-color: #AA0D8C; }
span { border-color: rgb(170,13,140); }
td.TdClassName
{
border-color: #AA0D8C;
}
.TagClassName
{
border-color: #AA0D8C;
}
</style>