Shades of Medium Red Violet #AA1C8D
Tints of Medium Red Violet #AA1C8D
RGB
CMYK
RGB Variations
Color information
#AA1C8D (or 0xAA1C8D) is known color: Medium Red Violet. HEX triplet: AA, 1C and 8D. RGB value is (170,28,141). Sum of RGB (Red+Green+Blue) = 170+28+141=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C8D is #55E372. Grayscale: #535353. Windows color (decimal): -5628787 or 9247914. OLE color: 9247914.
HSL color Cylindrical-coordinate representation of color #AA1C8D: hue angle of 312.25º 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 #AA1C8D is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 141 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.33 |
| HSL | 312.25º | 0.72% | 0.39% | - |
| HSV(B) | 312.25º | 0.84% | 0.67% | - |
| XYZ | 21.8 | 11.3 | 26.23 | - |
| YUV | 83.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 141 | 0 | 0.84 | 0.17 | 0.33 | 312.25 | 0.72 | 0.39 |
| Hex | AA | 1C | 8D | 0 | 54 | 11 | 21 | 138 | 48 | 27 |
| Octal | 252 | 34 | 215 | 0 | 124 | 21 | 41 | 470 | 110 | 47 |
| Binary | 10101010 | 11100 | 10001101 | 0 | 1010100 | 10001 | 100001 | 100111000 | 1001000 | 100111 |
Color Harmonies of #AA1C8D
Complementary color
Monochromatic Colors of #AA1C8D
Black with #AA1C8D
Text Example
Text Example
White with #AA1C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C8D; }
p { color: rgb(170,28,141); }
H1.HeaderClassName
{
color: #AA1C8D;
}
.AnyTagClassName
{
color: #AA1C8D;
}
</style>
background-color css
<style>
a { background-color: #AA1C8D; }
a { background-color: rgb(170,28,141); }
div.DivClassName
{
background-color: #AA1C8D;
}
.BgClassName
{
background-color: #AA1C8D;
}
</style>
border-color css
<style>
span { border-color: #AA1C8D; }
span { border-color: rgb(170,28,141); }
td.TdClassName
{
border-color: #AA1C8D;
}
.TagClassName
{
border-color: #AA1C8D;
}
</style>