Shades of Medium Red Violet #AA3B9B
Tints of Medium Red Violet #AA3B9B
RGB
CMYK
RGB Variations
Color information
#AA3B9B (or 0xAA3B9B) is known color: Medium Red Violet. HEX triplet: AA, 3B and 9B. RGB value is (170,59,155). Sum of RGB (Red+Green+Blue) = 170+59+155=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B9B is #55C464. Grayscale: #666666. Windows color (decimal): -5620837 or 10173354. OLE color: 10173354.
HSL color Cylindrical-coordinate representation of color #AA3B9B: hue angle of 308.11º 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 #AA3B9B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 155 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.33 |
| HSL | 308.11º | 0.48% | 0.45% | - |
| HSV(B) | 308.11º | 0.65% | 0.67% | - |
| XYZ | 24.06 | 14.04 | 32.45 | - |
| YUV | 103.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 155 | 0 | 0.65 | 0.09 | 0.33 | 308.11 | 0.48 | 0.45 |
| Hex | AA | 3B | 9B | 0 | 41 | 9 | 21 | 134 | 30 | 2D |
| Octal | 252 | 73 | 233 | 0 | 101 | 11 | 41 | 464 | 60 | 55 |
| Binary | 10101010 | 111011 | 10011011 | 0 | 1000001 | 1001 | 100001 | 100110100 | 110000 | 101101 |
Color Harmonies of #AA3B9B
Complementary color
Monochromatic Colors of #AA3B9B
Black with #AA3B9B
Text Example
Text Example
White with #AA3B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B9B; }
p { color: rgb(170,59,155); }
H1.HeaderClassName
{
color: #AA3B9B;
}
.AnyTagClassName
{
color: #AA3B9B;
}
</style>
background-color css
<style>
a { background-color: #AA3B9B; }
a { background-color: rgb(170,59,155); }
div.DivClassName
{
background-color: #AA3B9B;
}
.BgClassName
{
background-color: #AA3B9B;
}
</style>
border-color css
<style>
span { border-color: #AA3B9B; }
span { border-color: rgb(170,59,155); }
td.TdClassName
{
border-color: #AA3B9B;
}
.TagClassName
{
border-color: #AA3B9B;
}
</style>