Shades of Medium Red Violet #AA1F9C
Tints of Medium Red Violet #AA1F9C
RGB
CMYK
RGB Variations
Color information
#AA1F9C (or 0xAA1F9C) is known color: Medium Red Violet. HEX triplet: AA, 1F and 9C. RGB value is (170,31,156). Sum of RGB (Red+Green+Blue) = 170+31+156=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F9C is #55E063. Grayscale: #565656. Windows color (decimal): -5628004 or 10231722. OLE color: 10231722.
HSL color Cylindrical-coordinate representation of color #AA1F9C: hue angle of 306.04º degrees, saturation: 0.69, 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 #AA1F9C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 156 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.33 |
| HSL | 306.04º | 0.69% | 0.39% | - |
| HSV(B) | 306.04º | 0.82% | 0.67% | - |
| XYZ | 23.07 | 11.93 | 32.54 | - |
| YUV | 86.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 156 | 0 | 0.82 | 0.08 | 0.33 | 306.04 | 0.69 | 0.39 |
| Hex | AA | 1F | 9C | 0 | 52 | 8 | 21 | 132 | 45 | 27 |
| Octal | 252 | 37 | 234 | 0 | 122 | 10 | 41 | 462 | 105 | 47 |
| Binary | 10101010 | 11111 | 10011100 | 0 | 1010010 | 1000 | 100001 | 100110010 | 1000101 | 100111 |
Color Harmonies of #AA1F9C
Complementary color
Monochromatic Colors of #AA1F9C
Black with #AA1F9C
Text Example
Text Example
White with #AA1F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F9C; }
p { color: rgb(170,31,156); }
H1.HeaderClassName
{
color: #AA1F9C;
}
.AnyTagClassName
{
color: #AA1F9C;
}
</style>
background-color css
<style>
a { background-color: #AA1F9C; }
a { background-color: rgb(170,31,156); }
div.DivClassName
{
background-color: #AA1F9C;
}
.BgClassName
{
background-color: #AA1F9C;
}
</style>
border-color css
<style>
span { border-color: #AA1F9C; }
span { border-color: rgb(170,31,156); }
td.TdClassName
{
border-color: #AA1F9C;
}
.TagClassName
{
border-color: #AA1F9C;
}
</style>