Shades of Medium Red Violet #AA249D
Tints of Medium Red Violet #AA249D
RGB
CMYK
RGB Variations
Color information
#AA249D (or 0xAA249D) is known color: Medium Red Violet. HEX triplet: AA, 24 and 9D. RGB value is (170,36,157). Sum of RGB (Red+Green+Blue) = 170+36+157=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA249D is #55DB62. Grayscale: #595959. Windows color (decimal): -5626723 or 10298538. OLE color: 10298538.
HSL color Cylindrical-coordinate representation of color #AA249D: hue angle of 305.82º 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 #AA249D is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 157 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.33 |
| HSL | 305.82º | 0.65% | 0.4% | - |
| HSV(B) | 305.82º | 0.79% | 0.67% | - |
| XYZ | 23.29 | 12.24 | 33.03 | - |
| YUV | 89.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 157 | 0 | 0.79 | 0.08 | 0.33 | 305.82 | 0.65 | 0.4 |
| Hex | AA | 24 | 9D | 0 | 4F | 8 | 21 | 132 | 41 | 28 |
| Octal | 252 | 44 | 235 | 0 | 117 | 10 | 41 | 462 | 101 | 50 |
| Binary | 10101010 | 100100 | 10011101 | 0 | 1001111 | 1000 | 100001 | 100110010 | 1000001 | 101000 |
Color Harmonies of #AA249D
Complementary color
Monochromatic Colors of #AA249D
Black with #AA249D
Text Example
Text Example
White with #AA249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA249D; }
p { color: rgb(170,36,157); }
H1.HeaderClassName
{
color: #AA249D;
}
.AnyTagClassName
{
color: #AA249D;
}
</style>
background-color css
<style>
a { background-color: #AA249D; }
a { background-color: rgb(170,36,157); }
div.DivClassName
{
background-color: #AA249D;
}
.BgClassName
{
background-color: #AA249D;
}
</style>
border-color css
<style>
span { border-color: #AA249D; }
span { border-color: rgb(170,36,157); }
td.TdClassName
{
border-color: #AA249D;
}
.TagClassName
{
border-color: #AA249D;
}
</style>