Shades of Medium Red Violet #AA2874
Tints of Medium Red Violet #AA2874
RGB
CMYK
RGB Variations
Color information
#AA2874 (or 0xAA2874) is known color: Medium Red Violet. HEX triplet: AA, 28 and 74. RGB value is (170,40,116). Sum of RGB (Red+Green+Blue) = 170+40+116=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2874 is #55D78B. Grayscale: #575757. Windows color (decimal): -5625740 or 7612586. OLE color: 7612586.
HSL color Cylindrical-coordinate representation of color #AA2874: hue angle of 324.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2874 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 116 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.33 |
| HSL | 324.92º | 0.62% | 0.41% | - |
| HSV(B) | 324.92º | 0.76% | 0.67% | - |
| XYZ | 20.49 | 11.32 | 17.63 | - |
| YUV | 87.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 116 | 0 | 0.76 | 0.32 | 0.33 | 324.92 | 0.62 | 0.41 |
| Hex | AA | 28 | 74 | 0 | 4C | 20 | 21 | 145 | 3E | 29 |
| Octal | 252 | 50 | 164 | 0 | 114 | 40 | 41 | 505 | 76 | 51 |
| Binary | 10101010 | 101000 | 1110100 | 0 | 1001100 | 100000 | 100001 | 101000101 | 111110 | 101001 |
Color Harmonies of #AA2874
Complementary color
Monochromatic Colors of #AA2874
Black with #AA2874
Text Example
Text Example
White with #AA2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2874; }
p { color: rgb(170,40,116); }
H1.HeaderClassName
{
color: #AA2874;
}
.AnyTagClassName
{
color: #AA2874;
}
</style>
background-color css
<style>
a { background-color: #AA2874; }
a { background-color: rgb(170,40,116); }
div.DivClassName
{
background-color: #AA2874;
}
.BgClassName
{
background-color: #AA2874;
}
</style>
border-color css
<style>
span { border-color: #AA2874; }
span { border-color: rgb(170,40,116); }
td.TdClassName
{
border-color: #AA2874;
}
.TagClassName
{
border-color: #AA2874;
}
</style>