Shades of Medium Red Violet #AA1E8C
Tints of Medium Red Violet #AA1E8C
RGB
CMYK
RGB Variations
Color information
#AA1E8C (or 0xAA1E8C) is known color: Medium Red Violet. HEX triplet: AA, 1E and 8C. RGB value is (170,30,140). Sum of RGB (Red+Green+Blue) = 170+30+140=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E8C is #55E173. Grayscale: #545454. Windows color (decimal): -5628276 or 9182890. OLE color: 9182890.
HSL color Cylindrical-coordinate representation of color #AA1E8C: hue angle of 312.86º 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 #AA1E8C is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 140 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.33 |
| HSL | 312.86º | 0.7% | 0.39% | - |
| HSV(B) | 312.86º | 0.82% | 0.67% | - |
| XYZ | 21.78 | 11.37 | 25.86 | - |
| YUV | 84.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 140 | 0 | 0.82 | 0.18 | 0.33 | 312.86 | 0.7 | 0.39 |
| Hex | AA | 1E | 8C | 0 | 52 | 12 | 21 | 139 | 46 | 27 |
| Octal | 252 | 36 | 214 | 0 | 122 | 22 | 41 | 471 | 106 | 47 |
| Binary | 10101010 | 11110 | 10001100 | 0 | 1010010 | 10010 | 100001 | 100111001 | 1000110 | 100111 |
Color Harmonies of #AA1E8C
Complementary color
Monochromatic Colors of #AA1E8C
Black with #AA1E8C
Text Example
Text Example
White with #AA1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E8C; }
p { color: rgb(170,30,140); }
H1.HeaderClassName
{
color: #AA1E8C;
}
.AnyTagClassName
{
color: #AA1E8C;
}
</style>
background-color css
<style>
a { background-color: #AA1E8C; }
a { background-color: rgb(170,30,140); }
div.DivClassName
{
background-color: #AA1E8C;
}
.BgClassName
{
background-color: #AA1E8C;
}
</style>
border-color css
<style>
span { border-color: #AA1E8C; }
span { border-color: rgb(170,30,140); }
td.TdClassName
{
border-color: #AA1E8C;
}
.TagClassName
{
border-color: #AA1E8C;
}
</style>