Shades of Medium Red Violet #AA3F89
Tints of Medium Red Violet #AA3F89
RGB
CMYK
RGB Variations
Color information
#AA3F89 (or 0xAA3F89) is known color: Medium Red Violet. HEX triplet: AA, 3F and 89. RGB value is (170,63,137). Sum of RGB (Red+Green+Blue) = 170+63+137=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F89 is #55C076. Grayscale: #676767. Windows color (decimal): -5619831 or 8994730. OLE color: 8994730.
HSL color Cylindrical-coordinate representation of color #AA3F89: hue angle of 318.5º 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 #AA3F89 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 137 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.33 |
| HSL | 318.5º | 0.46% | 0.46% | - |
| HSV(B) | 318.5º | 0.63% | 0.67% | - |
| XYZ | 22.87 | 13.91 | 25.15 | - |
| YUV | 103.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 137 | 0 | 0.63 | 0.19 | 0.33 | 318.5 | 0.46 | 0.46 |
| Hex | AA | 3F | 89 | 0 | 3F | 13 | 21 | 13F | 2E | 2E |
| Octal | 252 | 77 | 211 | 0 | 77 | 23 | 41 | 477 | 56 | 56 |
| Binary | 10101010 | 111111 | 10001001 | 0 | 111111 | 10011 | 100001 | 100111111 | 101110 | 101110 |
Color Harmonies of #AA3F89
Complementary color
Monochromatic Colors of #AA3F89
Black with #AA3F89
Text Example
Text Example
White with #AA3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F89; }
p { color: rgb(170,63,137); }
H1.HeaderClassName
{
color: #AA3F89;
}
.AnyTagClassName
{
color: #AA3F89;
}
</style>
background-color css
<style>
a { background-color: #AA3F89; }
a { background-color: rgb(170,63,137); }
div.DivClassName
{
background-color: #AA3F89;
}
.BgClassName
{
background-color: #AA3F89;
}
</style>
border-color css
<style>
span { border-color: #AA3F89; }
span { border-color: rgb(170,63,137); }
td.TdClassName
{
border-color: #AA3F89;
}
.TagClassName
{
border-color: #AA3F89;
}
</style>