Shades of Medium Red Violet #AA3F8B
Tints of Medium Red Violet #AA3F8B
RGB
CMYK
RGB Variations
Color information
#AA3F8B (or 0xAA3F8B) is known color: Medium Red Violet. HEX triplet: AA, 3F and 8B. RGB value is (170,63,139). Sum of RGB (Red+Green+Blue) = 170+63+139=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F8B is #55C074. Grayscale: #676767. Windows color (decimal): -5619829 or 9125802. OLE color: 9125802.
HSL color Cylindrical-coordinate representation of color #AA3F8B: hue angle of 317.38º 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 #AA3F8B is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 139 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.33 |
| HSL | 317.38º | 0.46% | 0.46% | - |
| HSV(B) | 317.38º | 0.63% | 0.67% | - |
| XYZ | 23.02 | 13.97 | 25.91 | - |
| YUV | 103.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 139 | 0 | 0.63 | 0.18 | 0.33 | 317.38 | 0.46 | 0.46 |
| Hex | AA | 3F | 8B | 0 | 3F | 12 | 21 | 13D | 2E | 2E |
| Octal | 252 | 77 | 213 | 0 | 77 | 22 | 41 | 475 | 56 | 56 |
| Binary | 10101010 | 111111 | 10001011 | 0 | 111111 | 10010 | 100001 | 100111101 | 101110 | 101110 |
Color Harmonies of #AA3F8B
Complementary color
Monochromatic Colors of #AA3F8B
Black with #AA3F8B
Text Example
Text Example
White with #AA3F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F8B; }
p { color: rgb(170,63,139); }
H1.HeaderClassName
{
color: #AA3F8B;
}
.AnyTagClassName
{
color: #AA3F8B;
}
</style>
background-color css
<style>
a { background-color: #AA3F8B; }
a { background-color: rgb(170,63,139); }
div.DivClassName
{
background-color: #AA3F8B;
}
.BgClassName
{
background-color: #AA3F8B;
}
</style>
border-color css
<style>
span { border-color: #AA3F8B; }
span { border-color: rgb(170,63,139); }
td.TdClassName
{
border-color: #AA3F8B;
}
.TagClassName
{
border-color: #AA3F8B;
}
</style>