Shades of Medium Red Violet #AA1E8B
Tints of Medium Red Violet #AA1E8B
RGB
CMYK
RGB Variations
Color information
#AA1E8B (or 0xAA1E8B) is known color: Medium Red Violet. HEX triplet: AA, 1E and 8B. RGB value is (170,30,139). Sum of RGB (Red+Green+Blue) = 170+30+139=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E8B is #55E174. Grayscale: #535353. Windows color (decimal): -5628277 or 9117354. OLE color: 9117354.
HSL color Cylindrical-coordinate representation of color #AA1E8B: hue angle of 313.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E8B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 139 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.33 |
| HSL | 313.29º | 0.7% | 0.39% | - |
| HSV(B) | 313.29º | 0.82% | 0.67% | - |
| XYZ | 21.7 | 11.34 | 25.47 | - |
| YUV | 84.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 139 | 0 | 0.82 | 0.18 | 0.33 | 313.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 8B | 0 | 52 | 12 | 21 | 139 | 46 | 27 |
| Octal | 252 | 36 | 213 | 0 | 122 | 22 | 41 | 471 | 106 | 47 |
| Binary | 10101010 | 11110 | 10001011 | 0 | 1010010 | 10010 | 100001 | 100111001 | 1000110 | 100111 |
Color Harmonies of #AA1E8B
Complementary color
Monochromatic Colors of #AA1E8B
Black with #AA1E8B
Text Example
Text Example
White with #AA1E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E8B; }
p { color: rgb(170,30,139); }
H1.HeaderClassName
{
color: #AA1E8B;
}
.AnyTagClassName
{
color: #AA1E8B;
}
</style>
background-color css
<style>
a { background-color: #AA1E8B; }
a { background-color: rgb(170,30,139); }
div.DivClassName
{
background-color: #AA1E8B;
}
.BgClassName
{
background-color: #AA1E8B;
}
</style>
border-color css
<style>
span { border-color: #AA1E8B; }
span { border-color: rgb(170,30,139); }
td.TdClassName
{
border-color: #AA1E8B;
}
.TagClassName
{
border-color: #AA1E8B;
}
</style>