Shades of Medium Red Violet #AA1E9D
Tints of Medium Red Violet #AA1E9D
RGB
CMYK
RGB Variations
Color information
#AA1E9D (or 0xAA1E9D) is known color: Medium Red Violet. HEX triplet: AA, 1E and 9D. RGB value is (170,30,157). Sum of RGB (Red+Green+Blue) = 170+30+157=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E9D is #55E162. Grayscale: #555555. Windows color (decimal): -5628259 or 10297002. OLE color: 10297002.
HSL color Cylindrical-coordinate representation of color #AA1E9D: hue angle of 305.57º 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 #AA1E9D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 157 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.33 |
| HSL | 305.57º | 0.7% | 0.39% | - |
| HSV(B) | 305.57º | 0.82% | 0.67% | - |
| XYZ | 23.13 | 11.91 | 32.98 | - |
| YUV | 86.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 157 | 0 | 0.82 | 0.08 | 0.33 | 305.57 | 0.7 | 0.39 |
| Hex | AA | 1E | 9D | 0 | 52 | 8 | 21 | 132 | 46 | 27 |
| Octal | 252 | 36 | 235 | 0 | 122 | 10 | 41 | 462 | 106 | 47 |
| Binary | 10101010 | 11110 | 10011101 | 0 | 1010010 | 1000 | 100001 | 100110010 | 1000110 | 100111 |
Color Harmonies of #AA1E9D
Complementary color
Monochromatic Colors of #AA1E9D
Black with #AA1E9D
Text Example
Text Example
White with #AA1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E9D; }
p { color: rgb(170,30,157); }
H1.HeaderClassName
{
color: #AA1E9D;
}
.AnyTagClassName
{
color: #AA1E9D;
}
</style>
background-color css
<style>
a { background-color: #AA1E9D; }
a { background-color: rgb(170,30,157); }
div.DivClassName
{
background-color: #AA1E9D;
}
.BgClassName
{
background-color: #AA1E9D;
}
</style>
border-color css
<style>
span { border-color: #AA1E9D; }
span { border-color: rgb(170,30,157); }
td.TdClassName
{
border-color: #AA1E9D;
}
.TagClassName
{
border-color: #AA1E9D;
}
</style>