Shades of Medium Red Violet #AA1C7F
Tints of Medium Red Violet #AA1C7F
RGB
CMYK
RGB Variations
Color information
#AA1C7F (or 0xAA1C7F) is known color: Medium Red Violet. HEX triplet: AA, 1C and 7F. RGB value is (170,28,127). Sum of RGB (Red+Green+Blue) = 170+28+127=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7F is #55E380. Grayscale: #515151. Windows color (decimal): -5628801 or 8330410. OLE color: 8330410.
HSL color Cylindrical-coordinate representation of color #AA1C7F: hue angle of 318.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C7F is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 127 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.33 |
| HSL | 318.17º | 0.72% | 0.39% | - |
| HSV(B) | 318.17º | 0.84% | 0.67% | - |
| XYZ | 20.82 | 10.91 | 21.09 | - |
| YUV | 81.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 127 | 0 | 0.84 | 0.25 | 0.33 | 318.17 | 0.72 | 0.39 |
| Hex | AA | 1C | 7F | 0 | 54 | 19 | 21 | 13E | 48 | 27 |
| Octal | 252 | 34 | 177 | 0 | 124 | 31 | 41 | 476 | 110 | 47 |
| Binary | 10101010 | 11100 | 1111111 | 0 | 1010100 | 11001 | 100001 | 100111110 | 1001000 | 100111 |
Color Harmonies of #AA1C7F
Complementary color
Monochromatic Colors of #AA1C7F
Black with #AA1C7F
Text Example
Text Example
White with #AA1C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C7F; }
p { color: rgb(170,28,127); }
H1.HeaderClassName
{
color: #AA1C7F;
}
.AnyTagClassName
{
color: #AA1C7F;
}
</style>
background-color css
<style>
a { background-color: #AA1C7F; }
a { background-color: rgb(170,28,127); }
div.DivClassName
{
background-color: #AA1C7F;
}
.BgClassName
{
background-color: #AA1C7F;
}
</style>
border-color css
<style>
span { border-color: #AA1C7F; }
span { border-color: rgb(170,28,127); }
td.TdClassName
{
border-color: #AA1C7F;
}
.TagClassName
{
border-color: #AA1C7F;
}
</style>