Shades of Medium Red Violet #AA1F90
Tints of Medium Red Violet #AA1F90
RGB
CMYK
RGB Variations
Color information
#AA1F90 (or 0xAA1F90) is known color: Medium Red Violet. HEX triplet: AA, 1F and 90. RGB value is (170,31,144). Sum of RGB (Red+Green+Blue) = 170+31+144=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F90 is #55E06F. Grayscale: #555555. Windows color (decimal): -5628016 or 9445290. OLE color: 9445290.
HSL color Cylindrical-coordinate representation of color #AA1F90: hue angle of 311.22º 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 #AA1F90 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 144 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.33 |
| HSL | 311.22º | 0.69% | 0.39% | - |
| HSV(B) | 311.22º | 0.82% | 0.67% | - |
| XYZ | 22.1 | 11.54 | 27.45 | - |
| YUV | 85.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 144 | 0 | 0.82 | 0.15 | 0.33 | 311.22 | 0.69 | 0.39 |
| Hex | AA | 1F | 90 | 0 | 52 | F | 21 | 137 | 45 | 27 |
| Octal | 252 | 37 | 220 | 0 | 122 | 17 | 41 | 467 | 105 | 47 |
| Binary | 10101010 | 11111 | 10010000 | 0 | 1010010 | 1111 | 100001 | 100110111 | 1000101 | 100111 |
Color Harmonies of #AA1F90
Complementary color
Monochromatic Colors of #AA1F90
Black with #AA1F90
Text Example
Text Example
White with #AA1F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F90; }
p { color: rgb(170,31,144); }
H1.HeaderClassName
{
color: #AA1F90;
}
.AnyTagClassName
{
color: #AA1F90;
}
</style>
background-color css
<style>
a { background-color: #AA1F90; }
a { background-color: rgb(170,31,144); }
div.DivClassName
{
background-color: #AA1F90;
}
.BgClassName
{
background-color: #AA1F90;
}
</style>
border-color css
<style>
span { border-color: #AA1F90; }
span { border-color: rgb(170,31,144); }
td.TdClassName
{
border-color: #AA1F90;
}
.TagClassName
{
border-color: #AA1F90;
}
</style>