Shades of Medium Red Violet #AA249E
Tints of Medium Red Violet #AA249E
RGB
CMYK
RGB Variations
Color information
#AA249E (or 0xAA249E) is known color: Medium Red Violet. HEX triplet: AA, 24 and 9E. RGB value is (170,36,158). Sum of RGB (Red+Green+Blue) = 170+36+158=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA249E is #55DB61. Grayscale: #595959. Windows color (decimal): -5626722 or 10364074. OLE color: 10364074.
HSL color Cylindrical-coordinate representation of color #AA249E: hue angle of 305.37º 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 #AA249E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 158 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.33 |
| HSL | 305.37º | 0.65% | 0.4% | - |
| HSV(B) | 305.37º | 0.79% | 0.67% | - |
| XYZ | 23.38 | 12.28 | 33.49 | - |
| YUV | 89.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 158 | 0 | 0.79 | 0.07 | 0.33 | 305.37 | 0.65 | 0.4 |
| Hex | AA | 24 | 9E | 0 | 4F | 7 | 21 | 131 | 41 | 28 |
| Octal | 252 | 44 | 236 | 0 | 117 | 7 | 41 | 461 | 101 | 50 |
| Binary | 10101010 | 100100 | 10011110 | 0 | 1001111 | 111 | 100001 | 100110001 | 1000001 | 101000 |
Color Harmonies of #AA249E
Complementary color
Monochromatic Colors of #AA249E
Black with #AA249E
Text Example
Text Example
White with #AA249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA249E; }
p { color: rgb(170,36,158); }
H1.HeaderClassName
{
color: #AA249E;
}
.AnyTagClassName
{
color: #AA249E;
}
</style>
background-color css
<style>
a { background-color: #AA249E; }
a { background-color: rgb(170,36,158); }
div.DivClassName
{
background-color: #AA249E;
}
.BgClassName
{
background-color: #AA249E;
}
</style>
border-color css
<style>
span { border-color: #AA249E; }
span { border-color: rgb(170,36,158); }
td.TdClassName
{
border-color: #AA249E;
}
.TagClassName
{
border-color: #AA249E;
}
</style>