Shades of Medium Red Violet #AA3A9B
Tints of Medium Red Violet #AA3A9B
RGB
CMYK
RGB Variations
Color information
#AA3A9B (or 0xAA3A9B) is known color: Medium Red Violet. HEX triplet: AA, 3A and 9B. RGB value is (170,58,155). Sum of RGB (Red+Green+Blue) = 170+58+155=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A9B is #55C564. Grayscale: #666666. Windows color (decimal): -5621093 or 10173098. OLE color: 10173098.
HSL color Cylindrical-coordinate representation of color #AA3A9B: hue angle of 308.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A9B is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 155 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.33 |
| HSL | 308.04º | 0.49% | 0.45% | - |
| HSV(B) | 308.04º | 0.66% | 0.67% | - |
| XYZ | 24.01 | 13.94 | 32.44 | - |
| YUV | 102.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 155 | 0 | 0.66 | 0.09 | 0.33 | 308.04 | 0.49 | 0.45 |
| Hex | AA | 3A | 9B | 0 | 42 | 9 | 21 | 134 | 31 | 2D |
| Octal | 252 | 72 | 233 | 0 | 102 | 11 | 41 | 464 | 61 | 55 |
| Binary | 10101010 | 111010 | 10011011 | 0 | 1000010 | 1001 | 100001 | 100110100 | 110001 | 101101 |
Color Harmonies of #AA3A9B
Complementary color
Monochromatic Colors of #AA3A9B
Black with #AA3A9B
Text Example
Text Example
White with #AA3A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A9B; }
p { color: rgb(170,58,155); }
H1.HeaderClassName
{
color: #AA3A9B;
}
.AnyTagClassName
{
color: #AA3A9B;
}
</style>
background-color css
<style>
a { background-color: #AA3A9B; }
a { background-color: rgb(170,58,155); }
div.DivClassName
{
background-color: #AA3A9B;
}
.BgClassName
{
background-color: #AA3A9B;
}
</style>
border-color css
<style>
span { border-color: #AA3A9B; }
span { border-color: rgb(170,58,155); }
td.TdClassName
{
border-color: #AA3A9B;
}
.TagClassName
{
border-color: #AA3A9B;
}
</style>