Shades of Medium Red Violet #AA1F9B
Tints of Medium Red Violet #AA1F9B
RGB
CMYK
RGB Variations
Color information
#AA1F9B (or 0xAA1F9B) is known color: Medium Red Violet. HEX triplet: AA, 1F and 9B. RGB value is (170,31,155). Sum of RGB (Red+Green+Blue) = 170+31+155=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F9B is #55E064. Grayscale: #565656. Windows color (decimal): -5628005 or 10166186. OLE color: 10166186.
HSL color Cylindrical-coordinate representation of color #AA1F9B: hue angle of 306.47º 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 #AA1F9B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 155 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.33 |
| HSL | 306.47º | 0.69% | 0.39% | - |
| HSV(B) | 306.47º | 0.82% | 0.67% | - |
| XYZ | 22.98 | 11.89 | 32.09 | - |
| YUV | 86.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 155 | 0 | 0.82 | 0.09 | 0.33 | 306.47 | 0.69 | 0.39 |
| Hex | AA | 1F | 9B | 0 | 52 | 9 | 21 | 132 | 45 | 27 |
| Octal | 252 | 37 | 233 | 0 | 122 | 11 | 41 | 462 | 105 | 47 |
| Binary | 10101010 | 11111 | 10011011 | 0 | 1010010 | 1001 | 100001 | 100110010 | 1000101 | 100111 |
Color Harmonies of #AA1F9B
Complementary color
Monochromatic Colors of #AA1F9B
Black with #AA1F9B
Text Example
Text Example
White with #AA1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F9B; }
p { color: rgb(170,31,155); }
H1.HeaderClassName
{
color: #AA1F9B;
}
.AnyTagClassName
{
color: #AA1F9B;
}
</style>
background-color css
<style>
a { background-color: #AA1F9B; }
a { background-color: rgb(170,31,155); }
div.DivClassName
{
background-color: #AA1F9B;
}
.BgClassName
{
background-color: #AA1F9B;
}
</style>
border-color css
<style>
span { border-color: #AA1F9B; }
span { border-color: rgb(170,31,155); }
td.TdClassName
{
border-color: #AA1F9B;
}
.TagClassName
{
border-color: #AA1F9B;
}
</style>