Shades of Medium Red Violet #AA1EA0
Tints of Medium Red Violet #AA1EA0
RGB
CMYK
RGB Variations
Color information
#AA1EA0 (or 0xAA1EA0) is known color: Medium Red Violet. HEX triplet: AA, 1E and A0. RGB value is (170,30,160). Sum of RGB (Red+Green+Blue) = 170+30+160=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EA0 is #55E15F. Grayscale: #565656. Windows color (decimal): -5628256 or 10493610. OLE color: 10493610.
HSL color Cylindrical-coordinate representation of color #AA1EA0: hue angle of 304.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 #AA1EA0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 160 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.33 |
| HSL | 304.29º | 0.7% | 0.39% | - |
| HSV(B) | 304.29º | 0.82% | 0.67% | - |
| XYZ | 23.39 | 12.01 | 34.34 | - |
| YUV | 86.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 160 | 0 | 0.82 | 0.06 | 0.33 | 304.29 | 0.7 | 0.39 |
| Hex | AA | 1E | A0 | 0 | 52 | 6 | 21 | 130 | 46 | 27 |
| Octal | 252 | 36 | 240 | 0 | 122 | 6 | 41 | 460 | 106 | 47 |
| Binary | 10101010 | 11110 | 10100000 | 0 | 1010010 | 110 | 100001 | 100110000 | 1000110 | 100111 |
Color Harmonies of #AA1EA0
Complementary color
Monochromatic Colors of #AA1EA0
Black with #AA1EA0
Text Example
Text Example
White with #AA1EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EA0; }
p { color: rgb(170,30,160); }
H1.HeaderClassName
{
color: #AA1EA0;
}
.AnyTagClassName
{
color: #AA1EA0;
}
</style>
background-color css
<style>
a { background-color: #AA1EA0; }
a { background-color: rgb(170,30,160); }
div.DivClassName
{
background-color: #AA1EA0;
}
.BgClassName
{
background-color: #AA1EA0;
}
</style>
border-color css
<style>
span { border-color: #AA1EA0; }
span { border-color: rgb(170,30,160); }
td.TdClassName
{
border-color: #AA1EA0;
}
.TagClassName
{
border-color: #AA1EA0;
}
</style>