Shades of Medium Red Violet #AA337B
Tints of Medium Red Violet #AA337B
RGB
CMYK
RGB Variations
Color information
#AA337B (or 0xAA337B) is known color: Medium Red Violet. HEX triplet: AA, 33 and 7B. RGB value is (170,51,123). Sum of RGB (Red+Green+Blue) = 170+51+123=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA337B is #55CC84. Grayscale: #5E5E5E. Windows color (decimal): -5622917 or 8074154. OLE color: 8074154.
HSL color Cylindrical-coordinate representation of color #AA337B: hue angle of 323.7º 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 #AA337B is Cyan = 0, Magento = 0.7, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 123 | - |
| CMYK | 0 | 0.7 | 0.28 | 0.33 |
| HSL | 323.7º | 0.54% | 0.43% | - |
| HSV(B) | 323.7º | 0.7% | 0.67% | - |
| XYZ | 21.34 | 12.34 | 20 | - |
| YUV | 94.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 123 | 0 | 0.7 | 0.28 | 0.33 | 323.7 | 0.54 | 0.43 |
| Hex | AA | 33 | 7B | 0 | 46 | 1C | 21 | 144 | 36 | 2B |
| Octal | 252 | 63 | 173 | 0 | 106 | 34 | 41 | 504 | 66 | 53 |
| Binary | 10101010 | 110011 | 1111011 | 0 | 1000110 | 11100 | 100001 | 101000100 | 110110 | 101011 |
Color Harmonies of #AA337B
Complementary color
Monochromatic Colors of #AA337B
Black with #AA337B
Text Example
Text Example
White with #AA337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA337B; }
p { color: rgb(170,51,123); }
H1.HeaderClassName
{
color: #AA337B;
}
.AnyTagClassName
{
color: #AA337B;
}
</style>
background-color css
<style>
a { background-color: #AA337B; }
a { background-color: rgb(170,51,123); }
div.DivClassName
{
background-color: #AA337B;
}
.BgClassName
{
background-color: #AA337B;
}
</style>
border-color css
<style>
span { border-color: #AA337B; }
span { border-color: rgb(170,51,123); }
td.TdClassName
{
border-color: #AA337B;
}
.TagClassName
{
border-color: #AA337B;
}
</style>