Shades of Medium Red Violet #AA3B8B
Tints of Medium Red Violet #AA3B8B
RGB
CMYK
RGB Variations
Color information
#AA3B8B (or 0xAA3B8B) is known color: Medium Red Violet. HEX triplet: AA, 3B and 8B. RGB value is (170,59,139). Sum of RGB (Red+Green+Blue) = 170+59+139=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B8B is #55C474. Grayscale: #656565. Windows color (decimal): -5620853 or 9124778. OLE color: 9124778.
HSL color Cylindrical-coordinate representation of color #AA3B8B: hue angle of 316.76º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B8B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 139 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.33 |
| HSL | 316.76º | 0.48% | 0.45% | - |
| HSV(B) | 316.76º | 0.65% | 0.67% | - |
| XYZ | 22.8 | 13.54 | 25.84 | - |
| YUV | 101.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 139 | 0 | 0.65 | 0.18 | 0.33 | 316.76 | 0.48 | 0.45 |
| Hex | AA | 3B | 8B | 0 | 41 | 12 | 21 | 13D | 30 | 2D |
| Octal | 252 | 73 | 213 | 0 | 101 | 22 | 41 | 475 | 60 | 55 |
| Binary | 10101010 | 111011 | 10001011 | 0 | 1000001 | 10010 | 100001 | 100111101 | 110000 | 101101 |
Color Harmonies of #AA3B8B
Complementary color
Monochromatic Colors of #AA3B8B
Black with #AA3B8B
Text Example
Text Example
White with #AA3B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B8B; }
p { color: rgb(170,59,139); }
H1.HeaderClassName
{
color: #AA3B8B;
}
.AnyTagClassName
{
color: #AA3B8B;
}
</style>
background-color css
<style>
a { background-color: #AA3B8B; }
a { background-color: rgb(170,59,139); }
div.DivClassName
{
background-color: #AA3B8B;
}
.BgClassName
{
background-color: #AA3B8B;
}
</style>
border-color css
<style>
span { border-color: #AA3B8B; }
span { border-color: rgb(170,59,139); }
td.TdClassName
{
border-color: #AA3B8B;
}
.TagClassName
{
border-color: #AA3B8B;
}
</style>