Shades of Medium Red Violet #AA248E
Tints of Medium Red Violet #AA248E
RGB
CMYK
RGB Variations
Color information
#AA248E (or 0xAA248E) is known color: Medium Red Violet. HEX triplet: AA, 24 and 8E. RGB value is (170,36,142). Sum of RGB (Red+Green+Blue) = 170+36+142=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA248E is #55DB71. Grayscale: #575757. Windows color (decimal): -5626738 or 9315498. OLE color: 9315498.
HSL color Cylindrical-coordinate representation of color #AA248E: hue angle of 312.54º 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 #AA248E is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 142 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.33 |
| HSL | 312.54º | 0.65% | 0.4% | - |
| HSV(B) | 312.54º | 0.79% | 0.67% | - |
| XYZ | 22.09 | 11.76 | 26.7 | - |
| YUV | 88.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 142 | 0 | 0.79 | 0.16 | 0.33 | 312.54 | 0.65 | 0.4 |
| Hex | AA | 24 | 8E | 0 | 4F | 10 | 21 | 139 | 41 | 28 |
| Octal | 252 | 44 | 216 | 0 | 117 | 20 | 41 | 471 | 101 | 50 |
| Binary | 10101010 | 100100 | 10001110 | 0 | 1001111 | 10000 | 100001 | 100111001 | 1000001 | 101000 |
Color Harmonies of #AA248E
Complementary color
Monochromatic Colors of #AA248E
Black with #AA248E
Text Example
Text Example
White with #AA248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA248E; }
p { color: rgb(170,36,142); }
H1.HeaderClassName
{
color: #AA248E;
}
.AnyTagClassName
{
color: #AA248E;
}
</style>
background-color css
<style>
a { background-color: #AA248E; }
a { background-color: rgb(170,36,142); }
div.DivClassName
{
background-color: #AA248E;
}
.BgClassName
{
background-color: #AA248E;
}
</style>
border-color css
<style>
span { border-color: #AA248E; }
span { border-color: rgb(170,36,142); }
td.TdClassName
{
border-color: #AA248E;
}
.TagClassName
{
border-color: #AA248E;
}
</style>