Shades of Medium Red Violet #AA2672
Tints of Medium Red Violet #AA2672
RGB
CMYK
RGB Variations
Color information
#AA2672 (or 0xAA2672) is known color: Medium Red Violet. HEX triplet: AA, 26 and 72. RGB value is (170,38,114). Sum of RGB (Red+Green+Blue) = 170+38+114=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2672 is #55D98D. Grayscale: #555555. Windows color (decimal): -5626254 or 7481002. OLE color: 7481002.
HSL color Cylindrical-coordinate representation of color #AA2672: hue angle of 325.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2672 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 114 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.33 |
| HSL | 325.45º | 0.63% | 0.41% | - |
| HSV(B) | 325.45º | 0.78% | 0.67% | - |
| XYZ | 20.31 | 11.15 | 17 | - |
| YUV | 86.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 114 | 0 | 0.78 | 0.33 | 0.33 | 325.45 | 0.63 | 0.41 |
| Hex | AA | 26 | 72 | 0 | 4E | 21 | 21 | 145 | 3F | 29 |
| Octal | 252 | 46 | 162 | 0 | 116 | 41 | 41 | 505 | 77 | 51 |
| Binary | 10101010 | 100110 | 1110010 | 0 | 1001110 | 100001 | 100001 | 101000101 | 111111 | 101001 |
Color Harmonies of #AA2672
Complementary color
Monochromatic Colors of #AA2672
Black with #AA2672
Text Example
Text Example
White with #AA2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2672; }
p { color: rgb(170,38,114); }
H1.HeaderClassName
{
color: #AA2672;
}
.AnyTagClassName
{
color: #AA2672;
}
</style>
background-color css
<style>
a { background-color: #AA2672; }
a { background-color: rgb(170,38,114); }
div.DivClassName
{
background-color: #AA2672;
}
.BgClassName
{
background-color: #AA2672;
}
</style>
border-color css
<style>
span { border-color: #AA2672; }
span { border-color: rgb(170,38,114); }
td.TdClassName
{
border-color: #AA2672;
}
.TagClassName
{
border-color: #AA2672;
}
</style>