Shades of Medium Red Violet #AA2F7B
Tints of Medium Red Violet #AA2F7B
RGB
CMYK
RGB Variations
Color information
#AA2F7B (or 0xAA2F7B) is known color: Medium Red Violet. HEX triplet: AA, 2F and 7B. RGB value is (170,47,123). Sum of RGB (Red+Green+Blue) = 170+47+123=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2F7B is #55D084. Grayscale: #5C5C5C. Windows color (decimal): -5623941 or 8073130. OLE color: 8073130.
HSL color Cylindrical-coordinate representation of color #AA2F7B: hue angle of 322.93º 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 #AA2F7B is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 123 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.33 |
| HSL | 322.93º | 0.57% | 0.43% | - |
| HSV(B) | 322.93º | 0.72% | 0.67% | - |
| XYZ | 21.17 | 12.01 | 19.94 | - |
| YUV | 92.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 123 | 0 | 0.72 | 0.28 | 0.33 | 322.93 | 0.57 | 0.43 |
| Hex | AA | 2F | 7B | 0 | 48 | 1C | 21 | 143 | 39 | 2B |
| Octal | 252 | 57 | 173 | 0 | 110 | 34 | 41 | 503 | 71 | 53 |
| Binary | 10101010 | 101111 | 1111011 | 0 | 1001000 | 11100 | 100001 | 101000011 | 111001 | 101011 |
Color Harmonies of #AA2F7B
Complementary color
Monochromatic Colors of #AA2F7B
Black with #AA2F7B
Text Example
Text Example
White with #AA2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F7B; }
p { color: rgb(170,47,123); }
H1.HeaderClassName
{
color: #AA2F7B;
}
.AnyTagClassName
{
color: #AA2F7B;
}
</style>
background-color css
<style>
a { background-color: #AA2F7B; }
a { background-color: rgb(170,47,123); }
div.DivClassName
{
background-color: #AA2F7B;
}
.BgClassName
{
background-color: #AA2F7B;
}
</style>
border-color css
<style>
span { border-color: #AA2F7B; }
span { border-color: rgb(170,47,123); }
td.TdClassName
{
border-color: #AA2F7B;
}
.TagClassName
{
border-color: #AA2F7B;
}
</style>