Shades of Medium Violet Red #AA1C9C
Tints of Medium Violet Red #AA1C9C
RGB
CMYK
RGB Variations
Color information
#AA1C9C (or 0xAA1C9C) is known color: Medium Violet Red. HEX triplet: AA, 1C and 9C. RGB value is (170,28,156). Sum of RGB (Red+Green+Blue) = 170+28+156=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9C is #55E363. Grayscale: #545454. Windows color (decimal): -5628772 or 10230954. OLE color: 10230954.
HSL color Cylindrical-coordinate representation of color #AA1C9C: hue angle of 305.92º 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 #AA1C9C is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 156 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.33 |
| HSL | 305.92º | 0.72% | 0.39% | - |
| HSV(B) | 305.92º | 0.84% | 0.67% | - |
| XYZ | 22.99 | 11.78 | 32.51 | - |
| YUV | 85.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 156 | 0 | 0.84 | 0.08 | 0.33 | 305.92 | 0.72 | 0.39 |
| Hex | AA | 1C | 9C | 0 | 54 | 8 | 21 | 132 | 48 | 27 |
| Octal | 252 | 34 | 234 | 0 | 124 | 10 | 41 | 462 | 110 | 47 |
| Binary | 10101010 | 11100 | 10011100 | 0 | 1010100 | 1000 | 100001 | 100110010 | 1001000 | 100111 |
Color Harmonies of #AA1C9C
Complementary color
Monochromatic Colors of #AA1C9C
Black with #AA1C9C
Text Example
Text Example
White with #AA1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C9C; }
p { color: rgb(170,28,156); }
H1.HeaderClassName
{
color: #AA1C9C;
}
.AnyTagClassName
{
color: #AA1C9C;
}
</style>
background-color css
<style>
a { background-color: #AA1C9C; }
a { background-color: rgb(170,28,156); }
div.DivClassName
{
background-color: #AA1C9C;
}
.BgClassName
{
background-color: #AA1C9C;
}
</style>
border-color css
<style>
span { border-color: #AA1C9C; }
span { border-color: rgb(170,28,156); }
td.TdClassName
{
border-color: #AA1C9C;
}
.TagClassName
{
border-color: #AA1C9C;
}
</style>