Shades of Medium Red Violet #AA2F7E
Tints of Medium Red Violet #AA2F7E
RGB
CMYK
RGB Variations
Color information
#AA2F7E (or 0xAA2F7E) is known color: Medium Red Violet. HEX triplet: AA, 2F and 7E. RGB value is (170,47,126). Sum of RGB (Red+Green+Blue) = 170+47+126=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2F7E is #55D081. Grayscale: #5C5C5C. Windows color (decimal): -5623938 or 8269738. OLE color: 8269738.
HSL color Cylindrical-coordinate representation of color #AA2F7E: hue angle of 321.46º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F7E is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 126 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.33 |
| HSL | 321.46º | 0.57% | 0.43% | - |
| HSV(B) | 321.46º | 0.72% | 0.67% | - |
| XYZ | 21.36 | 12.09 | 20.95 | - |
| YUV | 92.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 126 | 0 | 0.72 | 0.26 | 0.33 | 321.46 | 0.57 | 0.43 |
| Hex | AA | 2F | 7E | 0 | 48 | 1A | 21 | 141 | 39 | 2B |
| Octal | 252 | 57 | 176 | 0 | 110 | 32 | 41 | 501 | 71 | 53 |
| Binary | 10101010 | 101111 | 1111110 | 0 | 1001000 | 11010 | 100001 | 101000001 | 111001 | 101011 |
Color Harmonies of #AA2F7E
Complementary color
Monochromatic Colors of #AA2F7E
Black with #AA2F7E
Text Example
Text Example
White with #AA2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F7E; }
p { color: rgb(170,47,126); }
H1.HeaderClassName
{
color: #AA2F7E;
}
.AnyTagClassName
{
color: #AA2F7E;
}
</style>
background-color css
<style>
a { background-color: #AA2F7E; }
a { background-color: rgb(170,47,126); }
div.DivClassName
{
background-color: #AA2F7E;
}
.BgClassName
{
background-color: #AA2F7E;
}
</style>
border-color css
<style>
span { border-color: #AA2F7E; }
span { border-color: rgb(170,47,126); }
td.TdClassName
{
border-color: #AA2F7E;
}
.TagClassName
{
border-color: #AA2F7E;
}
</style>