Shades of Medium Red Violet #AA339B
Tints of Medium Red Violet #AA339B
RGB
CMYK
RGB Variations
Color information
#AA339B (or 0xAA339B) is known color: Medium Red Violet. HEX triplet: AA, 33 and 9B. RGB value is (170,51,155). Sum of RGB (Red+Green+Blue) = 170+51+155=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA339B is #55CC64. Grayscale: #626262. Windows color (decimal): -5622885 or 10171306. OLE color: 10171306.
HSL color Cylindrical-coordinate representation of color #AA339B: hue angle of 307.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA339B is Cyan = 0, Magento = 0.7, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 155 | - |
| CMYK | 0 | 0.7 | 0.09 | 0.33 |
| HSL | 307.56º | 0.54% | 0.43% | - |
| HSV(B) | 307.56º | 0.7% | 0.67% | - |
| XYZ | 23.68 | 13.28 | 32.33 | - |
| YUV | 98.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 155 | 0 | 0.7 | 0.09 | 0.33 | 307.56 | 0.54 | 0.43 |
| Hex | AA | 33 | 9B | 0 | 46 | 9 | 21 | 134 | 36 | 2B |
| Octal | 252 | 63 | 233 | 0 | 106 | 11 | 41 | 464 | 66 | 53 |
| Binary | 10101010 | 110011 | 10011011 | 0 | 1000110 | 1001 | 100001 | 100110100 | 110110 | 101011 |
Color Harmonies of #AA339B
Complementary color
Monochromatic Colors of #AA339B
Black with #AA339B
Text Example
Text Example
White with #AA339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA339B; }
p { color: rgb(170,51,155); }
H1.HeaderClassName
{
color: #AA339B;
}
.AnyTagClassName
{
color: #AA339B;
}
</style>
background-color css
<style>
a { background-color: #AA339B; }
a { background-color: rgb(170,51,155); }
div.DivClassName
{
background-color: #AA339B;
}
.BgClassName
{
background-color: #AA339B;
}
</style>
border-color css
<style>
span { border-color: #AA339B; }
span { border-color: rgb(170,51,155); }
td.TdClassName
{
border-color: #AA339B;
}
.TagClassName
{
border-color: #AA339B;
}
</style>