Shades of Medium Red Violet #AA24A0
Tints of Medium Red Violet #AA24A0
RGB
CMYK
RGB Variations
Color information
#AA24A0 (or 0xAA24A0) is known color: Medium Red Violet. HEX triplet: AA, 24 and A0. RGB value is (170,36,160). Sum of RGB (Red+Green+Blue) = 170+36+160=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA24A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA24A0 is #55DB5F. Grayscale: #595959. Windows color (decimal): -5626720 or 10495146. OLE color: 10495146.
HSL color Cylindrical-coordinate representation of color #AA24A0: hue angle of 304.48º 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 #AA24A0 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 160 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.33 |
| HSL | 304.48º | 0.65% | 0.4% | - |
| HSV(B) | 304.48º | 0.79% | 0.67% | - |
| XYZ | 23.55 | 12.35 | 34.4 | - |
| YUV | 90.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 160 | 0 | 0.79 | 0.06 | 0.33 | 304.48 | 0.65 | 0.4 |
| Hex | AA | 24 | A0 | 0 | 4F | 6 | 21 | 130 | 41 | 28 |
| Octal | 252 | 44 | 240 | 0 | 117 | 6 | 41 | 460 | 101 | 50 |
| Binary | 10101010 | 100100 | 10100000 | 0 | 1001111 | 110 | 100001 | 100110000 | 1000001 | 101000 |
Color Harmonies of #AA24A0
Complementary color
Monochromatic Colors of #AA24A0
Black with #AA24A0
Text Example
Text Example
White with #AA24A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24A0; }
p { color: rgb(170,36,160); }
H1.HeaderClassName
{
color: #AA24A0;
}
.AnyTagClassName
{
color: #AA24A0;
}
</style>
background-color css
<style>
a { background-color: #AA24A0; }
a { background-color: rgb(170,36,160); }
div.DivClassName
{
background-color: #AA24A0;
}
.BgClassName
{
background-color: #AA24A0;
}
</style>
border-color css
<style>
span { border-color: #AA24A0; }
span { border-color: rgb(170,36,160); }
td.TdClassName
{
border-color: #AA24A0;
}
.TagClassName
{
border-color: #AA24A0;
}
</style>