Shades of Medium Red Violet #AA1F9D
Tints of Medium Red Violet #AA1F9D
RGB
CMYK
RGB Variations
Color information
#AA1F9D (or 0xAA1F9D) is known color: Medium Red Violet. HEX triplet: AA, 1F and 9D. RGB value is (170,31,157). Sum of RGB (Red+Green+Blue) = 170+31+157=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F9D is #55E062. Grayscale: #565656. Windows color (decimal): -5628003 or 10297258. OLE color: 10297258.
HSL color Cylindrical-coordinate representation of color #AA1F9D: hue angle of 305.61º 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 #AA1F9D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 157 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.33 |
| HSL | 305.61º | 0.69% | 0.39% | - |
| HSV(B) | 305.61º | 0.82% | 0.67% | - |
| XYZ | 23.15 | 11.96 | 32.99 | - |
| YUV | 86.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 157 | 0 | 0.82 | 0.08 | 0.33 | 305.61 | 0.69 | 0.39 |
| Hex | AA | 1F | 9D | 0 | 52 | 8 | 21 | 132 | 45 | 27 |
| Octal | 252 | 37 | 235 | 0 | 122 | 10 | 41 | 462 | 105 | 47 |
| Binary | 10101010 | 11111 | 10011101 | 0 | 1010010 | 1000 | 100001 | 100110010 | 1000101 | 100111 |
Color Harmonies of #AA1F9D
Complementary color
Monochromatic Colors of #AA1F9D
Black with #AA1F9D
Text Example
Text Example
White with #AA1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F9D; }
p { color: rgb(170,31,157); }
H1.HeaderClassName
{
color: #AA1F9D;
}
.AnyTagClassName
{
color: #AA1F9D;
}
</style>
background-color css
<style>
a { background-color: #AA1F9D; }
a { background-color: rgb(170,31,157); }
div.DivClassName
{
background-color: #AA1F9D;
}
.BgClassName
{
background-color: #AA1F9D;
}
</style>
border-color css
<style>
span { border-color: #AA1F9D; }
span { border-color: rgb(170,31,157); }
td.TdClassName
{
border-color: #AA1F9D;
}
.TagClassName
{
border-color: #AA1F9D;
}
</style>