Shades of Medium Red Violet #AA247D
Tints of Medium Red Violet #AA247D
RGB
CMYK
RGB Variations
Color information
#AA247D (or 0xAA247D) is known color: Medium Red Violet. HEX triplet: AA, 24 and 7D. RGB value is (170,36,125). Sum of RGB (Red+Green+Blue) = 170+36+125=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA247D is #55DB82. Grayscale: #555555. Windows color (decimal): -5626755 or 8201386. OLE color: 8201386.
HSL color Cylindrical-coordinate representation of color #AA247D: hue angle of 320.15º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA247D is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 125 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.33 |
| HSL | 320.15º | 0.65% | 0.4% | - |
| HSV(B) | 320.15º | 0.79% | 0.67% | - |
| XYZ | 20.91 | 11.29 | 20.48 | - |
| YUV | 86.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 125 | 0 | 0.79 | 0.26 | 0.33 | 320.15 | 0.65 | 0.4 |
| Hex | AA | 24 | 7D | 0 | 4F | 1A | 21 | 140 | 41 | 28 |
| Octal | 252 | 44 | 175 | 0 | 117 | 32 | 41 | 500 | 101 | 50 |
| Binary | 10101010 | 100100 | 1111101 | 0 | 1001111 | 11010 | 100001 | 101000000 | 1000001 | 101000 |
Color Harmonies of #AA247D
Complementary color
Monochromatic Colors of #AA247D
Black with #AA247D
Text Example
Text Example
White with #AA247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA247D; }
p { color: rgb(170,36,125); }
H1.HeaderClassName
{
color: #AA247D;
}
.AnyTagClassName
{
color: #AA247D;
}
</style>
background-color css
<style>
a { background-color: #AA247D; }
a { background-color: rgb(170,36,125); }
div.DivClassName
{
background-color: #AA247D;
}
.BgClassName
{
background-color: #AA247D;
}
</style>
border-color css
<style>
span { border-color: #AA247D; }
span { border-color: rgb(170,36,125); }
td.TdClassName
{
border-color: #AA247D;
}
.TagClassName
{
border-color: #AA247D;
}
</style>