Shades of Medium Violet Red #AA1C9A
Tints of Medium Violet Red #AA1C9A
RGB
CMYK
RGB Variations
Color information
#AA1C9A (or 0xAA1C9A) is known color: Medium Violet Red. HEX triplet: AA, 1C and 9A. RGB value is (170,28,154). Sum of RGB (Red+Green+Blue) = 170+28+154=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9A is #55E365. Grayscale: #545454. Windows color (decimal): -5628774 or 10099882. OLE color: 10099882.
HSL color Cylindrical-coordinate representation of color #AA1C9A: hue angle of 306.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C9A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.33 |
| HSL | 306.76º | 0.72% | 0.39% | - |
| HSV(B) | 306.76º | 0.84% | 0.67% | - |
| XYZ | 22.83 | 11.71 | 31.63 | - |
| YUV | 84.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 154 | 0 | 0.84 | 0.09 | 0.33 | 306.76 | 0.72 | 0.39 |
| Hex | AA | 1C | 9A | 0 | 54 | 9 | 21 | 133 | 48 | 27 |
| Octal | 252 | 34 | 232 | 0 | 124 | 11 | 41 | 463 | 110 | 47 |
| Binary | 10101010 | 11100 | 10011010 | 0 | 1010100 | 1001 | 100001 | 100110011 | 1001000 | 100111 |
Color Harmonies of #AA1C9A
Complementary color
Monochromatic Colors of #AA1C9A
Black with #AA1C9A
Text Example
Text Example
White with #AA1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C9A; }
p { color: rgb(170,28,154); }
H1.HeaderClassName
{
color: #AA1C9A;
}
.AnyTagClassName
{
color: #AA1C9A;
}
</style>
background-color css
<style>
a { background-color: #AA1C9A; }
a { background-color: rgb(170,28,154); }
div.DivClassName
{
background-color: #AA1C9A;
}
.BgClassName
{
background-color: #AA1C9A;
}
</style>
border-color css
<style>
span { border-color: #AA1C9A; }
span { border-color: rgb(170,28,154); }
td.TdClassName
{
border-color: #AA1C9A;
}
.TagClassName
{
border-color: #AA1C9A;
}
</style>