Shades of Medium Red Violet #AA3F90
Tints of Medium Red Violet #AA3F90
RGB
CMYK
RGB Variations
Color information
#AA3F90 (or 0xAA3F90) is known color: Medium Red Violet. HEX triplet: AA, 3F and 90. RGB value is (170,63,144). Sum of RGB (Red+Green+Blue) = 170+63+144=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F90 is #55C06F. Grayscale: #686868. Windows color (decimal): -5619824 or 9453482. OLE color: 9453482.
HSL color Cylindrical-coordinate representation of color #AA3F90: hue angle of 314.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F90 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 144 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.33 |
| HSL | 314.58º | 0.46% | 0.46% | - |
| HSV(B) | 314.58º | 0.63% | 0.67% | - |
| XYZ | 23.39 | 14.11 | 27.88 | - |
| YUV | 104.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 144 | 0 | 0.63 | 0.15 | 0.33 | 314.58 | 0.46 | 0.46 |
| Hex | AA | 3F | 90 | 0 | 3F | F | 21 | 13B | 2E | 2E |
| Octal | 252 | 77 | 220 | 0 | 77 | 17 | 41 | 473 | 56 | 56 |
| Binary | 10101010 | 111111 | 10010000 | 0 | 111111 | 1111 | 100001 | 100111011 | 101110 | 101110 |
Color Harmonies of #AA3F90
Complementary color
Monochromatic Colors of #AA3F90
Black with #AA3F90
Text Example
Text Example
White with #AA3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F90; }
p { color: rgb(170,63,144); }
H1.HeaderClassName
{
color: #AA3F90;
}
.AnyTagClassName
{
color: #AA3F90;
}
</style>
background-color css
<style>
a { background-color: #AA3F90; }
a { background-color: rgb(170,63,144); }
div.DivClassName
{
background-color: #AA3F90;
}
.BgClassName
{
background-color: #AA3F90;
}
</style>
border-color css
<style>
span { border-color: #AA3F90; }
span { border-color: rgb(170,63,144); }
td.TdClassName
{
border-color: #AA3F90;
}
.TagClassName
{
border-color: #AA3F90;
}
</style>