Shades of Medium Red Violet #AA3B7B
Tints of Medium Red Violet #AA3B7B
RGB
CMYK
RGB Variations
Color information
#AA3B7B (or 0xAA3B7B) is known color: Medium Red Violet. HEX triplet: AA, 3B and 7B. RGB value is (170,59,123). Sum of RGB (Red+Green+Blue) = 170+59+123=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B7B is #55C484. Grayscale: #636363. Windows color (decimal): -5620869 or 8076202. OLE color: 8076202.
HSL color Cylindrical-coordinate representation of color #AA3B7B: hue angle of 325.41º 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 #AA3B7B is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 123 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.33 |
| HSL | 325.41º | 0.48% | 0.45% | - |
| HSV(B) | 325.41º | 0.65% | 0.67% | - |
| XYZ | 21.72 | 13.1 | 20.12 | - |
| YUV | 99.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 123 | 0 | 0.65 | 0.28 | 0.33 | 325.41 | 0.48 | 0.45 |
| Hex | AA | 3B | 7B | 0 | 41 | 1C | 21 | 145 | 30 | 2D |
| Octal | 252 | 73 | 173 | 0 | 101 | 34 | 41 | 505 | 60 | 55 |
| Binary | 10101010 | 111011 | 1111011 | 0 | 1000001 | 11100 | 100001 | 101000101 | 110000 | 101101 |
Color Harmonies of #AA3B7B
Complementary color
Monochromatic Colors of #AA3B7B
Black with #AA3B7B
Text Example
Text Example
White with #AA3B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B7B; }
p { color: rgb(170,59,123); }
H1.HeaderClassName
{
color: #AA3B7B;
}
.AnyTagClassName
{
color: #AA3B7B;
}
</style>
background-color css
<style>
a { background-color: #AA3B7B; }
a { background-color: rgb(170,59,123); }
div.DivClassName
{
background-color: #AA3B7B;
}
.BgClassName
{
background-color: #AA3B7B;
}
</style>
border-color css
<style>
span { border-color: #AA3B7B; }
span { border-color: rgb(170,59,123); }
td.TdClassName
{
border-color: #AA3B7B;
}
.TagClassName
{
border-color: #AA3B7B;
}
</style>