Shades of Medium Red Violet #AA2C8D
Tints of Medium Red Violet #AA2C8D
RGB
CMYK
RGB Variations
Color information
#AA2C8D (or 0xAA2C8D) is known color: Medium Red Violet. HEX triplet: AA, 2C and 8D. RGB value is (170,44,141). Sum of RGB (Red+Green+Blue) = 170+44+141=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C8D is #55D372. Grayscale: #5C5C5C. Windows color (decimal): -5624691 or 9252010. OLE color: 9252010.
HSL color Cylindrical-coordinate representation of color #AA2C8D: hue angle of 313.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2C8D is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 141 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.33 |
| HSL | 313.81º | 0.59% | 0.42% | - |
| HSV(B) | 313.81º | 0.74% | 0.67% | - |
| XYZ | 22.29 | 12.27 | 26.39 | - |
| YUV | 92.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 141 | 0 | 0.74 | 0.17 | 0.33 | 313.81 | 0.59 | 0.42 |
| Hex | AA | 2C | 8D | 0 | 4A | 11 | 21 | 13A | 3B | 2A |
| Octal | 252 | 54 | 215 | 0 | 112 | 21 | 41 | 472 | 73 | 52 |
| Binary | 10101010 | 101100 | 10001101 | 0 | 1001010 | 10001 | 100001 | 100111010 | 111011 | 101010 |
Color Harmonies of #AA2C8D
Complementary color
Monochromatic Colors of #AA2C8D
Black with #AA2C8D
Text Example
Text Example
White with #AA2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C8D; }
p { color: rgb(170,44,141); }
H1.HeaderClassName
{
color: #AA2C8D;
}
.AnyTagClassName
{
color: #AA2C8D;
}
</style>
background-color css
<style>
a { background-color: #AA2C8D; }
a { background-color: rgb(170,44,141); }
div.DivClassName
{
background-color: #AA2C8D;
}
.BgClassName
{
background-color: #AA2C8D;
}
</style>
border-color css
<style>
span { border-color: #AA2C8D; }
span { border-color: rgb(170,44,141); }
td.TdClassName
{
border-color: #AA2C8D;
}
.TagClassName
{
border-color: #AA2C8D;
}
</style>