Shades of Medium Red Violet #AA1E9C
Tints of Medium Red Violet #AA1E9C
RGB
CMYK
RGB Variations
Color information
#AA1E9C (or 0xAA1E9C) is known color: Medium Red Violet. HEX triplet: AA, 1E and 9C. RGB value is (170,30,156). Sum of RGB (Red+Green+Blue) = 170+30+156=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E9C is #55E163. Grayscale: #555555. Windows color (decimal): -5628260 or 10231466. OLE color: 10231466.
HSL color Cylindrical-coordinate representation of color #AA1E9C: hue angle of 306º 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 #AA1E9C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 156 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.33 |
| HSL | 306º | 0.7% | 0.39% | - |
| HSV(B) | 306º | 0.82% | 0.67% | - |
| XYZ | 23.04 | 11.87 | 32.53 | - |
| YUV | 86.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 156 | 0 | 0.82 | 0.08 | 0.33 | 306 | 0.7 | 0.39 |
| Hex | AA | 1E | 9C | 0 | 52 | 8 | 21 | 132 | 46 | 27 |
| Octal | 252 | 36 | 234 | 0 | 122 | 10 | 41 | 462 | 106 | 47 |
| Binary | 10101010 | 11110 | 10011100 | 0 | 1010010 | 1000 | 100001 | 100110010 | 1000110 | 100111 |
Color Harmonies of #AA1E9C
Complementary color
Monochromatic Colors of #AA1E9C
Black with #AA1E9C
Text Example
Text Example
White with #AA1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E9C; }
p { color: rgb(170,30,156); }
H1.HeaderClassName
{
color: #AA1E9C;
}
.AnyTagClassName
{
color: #AA1E9C;
}
</style>
background-color css
<style>
a { background-color: #AA1E9C; }
a { background-color: rgb(170,30,156); }
div.DivClassName
{
background-color: #AA1E9C;
}
.BgClassName
{
background-color: #AA1E9C;
}
</style>
border-color css
<style>
span { border-color: #AA1E9C; }
span { border-color: rgb(170,30,156); }
td.TdClassName
{
border-color: #AA1E9C;
}
.TagClassName
{
border-color: #AA1E9C;
}
</style>