Shades of Medium Violet Red #AA0F7E
Tints of Medium Violet Red #AA0F7E
RGB
CMYK
RGB Variations
Color information
#AA0F7E (or 0xAA0F7E) is known color: Medium Violet Red. HEX triplet: AA, 0F and 7E. RGB value is (170,15,126). Sum of RGB (Red+Green+Blue) = 170+15+126=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F7E is #55F081. Grayscale: #494949. Windows color (decimal): -5632130 or 8261546. OLE color: 8261546.
HSL color Cylindrical-coordinate representation of color #AA0F7E: hue angle of 317.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F7E is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 126 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.33 |
| HSL | 317.03º | 0.84% | 0.36% | - |
| HSV(B) | 317.03º | 0.91% | 0.67% | - |
| XYZ | 20.51 | 10.39 | 20.66 | - |
| YUV | 74 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 126 | 0 | 0.91 | 0.26 | 0.33 | 317.03 | 0.84 | 0.36 |
| Hex | AA | F | 7E | 0 | 5B | 1A | 21 | 13D | 54 | 24 |
| Octal | 252 | 17 | 176 | 0 | 133 | 32 | 41 | 475 | 124 | 44 |
| Binary | 10101010 | 1111 | 1111110 | 0 | 1011011 | 11010 | 100001 | 100111101 | 1010100 | 100100 |
Color Harmonies of #AA0F7E
Complementary color
Monochromatic Colors of #AA0F7E
Black with #AA0F7E
Text Example
Text Example
White with #AA0F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F7E; }
p { color: rgb(170,15,126); }
H1.HeaderClassName
{
color: #AA0F7E;
}
.AnyTagClassName
{
color: #AA0F7E;
}
</style>
background-color css
<style>
a { background-color: #AA0F7E; }
a { background-color: rgb(170,15,126); }
div.DivClassName
{
background-color: #AA0F7E;
}
.BgClassName
{
background-color: #AA0F7E;
}
</style>
border-color css
<style>
span { border-color: #AA0F7E; }
span { border-color: rgb(170,15,126); }
td.TdClassName
{
border-color: #AA0F7E;
}
.TagClassName
{
border-color: #AA0F7E;
}
</style>