Shades of Medium Red Violet #AA2E8E
Tints of Medium Red Violet #AA2E8E
RGB
CMYK
RGB Variations
Color information
#AA2E8E (or 0xAA2E8E) is known color: Medium Red Violet. HEX triplet: AA, 2E and 8E. RGB value is (170,46,142). Sum of RGB (Red+Green+Blue) = 170+46+142=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E8E is #55D171. Grayscale: #5D5D5D. Windows color (decimal): -5624178 or 9318058. OLE color: 9318058.
HSL color Cylindrical-coordinate representation of color #AA2E8E: hue angle of 313.55º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E8E is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 142 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.33 |
| HSL | 313.55º | 0.57% | 0.42% | - |
| HSV(B) | 313.55º | 0.73% | 0.67% | - |
| XYZ | 22.44 | 12.45 | 26.81 | - |
| YUV | 94.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 142 | 0 | 0.73 | 0.16 | 0.33 | 313.55 | 0.57 | 0.42 |
| Hex | AA | 2E | 8E | 0 | 49 | 10 | 21 | 13A | 39 | 2A |
| Octal | 252 | 56 | 216 | 0 | 111 | 20 | 41 | 472 | 71 | 52 |
| Binary | 10101010 | 101110 | 10001110 | 0 | 1001001 | 10000 | 100001 | 100111010 | 111001 | 101010 |
Color Harmonies of #AA2E8E
Complementary color
Monochromatic Colors of #AA2E8E
Black with #AA2E8E
Text Example
Text Example
White with #AA2E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E8E; }
p { color: rgb(170,46,142); }
H1.HeaderClassName
{
color: #AA2E8E;
}
.AnyTagClassName
{
color: #AA2E8E;
}
</style>
background-color css
<style>
a { background-color: #AA2E8E; }
a { background-color: rgb(170,46,142); }
div.DivClassName
{
background-color: #AA2E8E;
}
.BgClassName
{
background-color: #AA2E8E;
}
</style>
border-color css
<style>
span { border-color: #AA2E8E; }
span { border-color: rgb(170,46,142); }
td.TdClassName
{
border-color: #AA2E8E;
}
.TagClassName
{
border-color: #AA2E8E;
}
</style>