Shades of Medium Red Violet #AA33A0
Tints of Medium Red Violet #AA33A0
RGB
CMYK
RGB Variations
Color information
#AA33A0 (or 0xAA33A0) is known color: Medium Red Violet. HEX triplet: AA, 33 and A0. RGB value is (170,51,160). Sum of RGB (Red+Green+Blue) = 170+51+160=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA33A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33A0 is #55CC5F. Grayscale: #626262. Windows color (decimal): -5622880 or 10498986. OLE color: 10498986.
HSL color Cylindrical-coordinate representation of color #AA33A0: hue angle of 305.04º 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 #AA33A0 is Cyan = 0, Magento = 0.7, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 160 | - |
| CMYK | 0 | 0.7 | 0.06 | 0.33 |
| HSL | 305.04º | 0.54% | 0.43% | - |
| HSV(B) | 305.04º | 0.7% | 0.67% | - |
| XYZ | 24.11 | 13.45 | 34.58 | - |
| YUV | 99.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 160 | 0 | 0.7 | 0.06 | 0.33 | 305.04 | 0.54 | 0.43 |
| Hex | AA | 33 | A0 | 0 | 46 | 6 | 21 | 131 | 36 | 2B |
| Octal | 252 | 63 | 240 | 0 | 106 | 6 | 41 | 461 | 66 | 53 |
| Binary | 10101010 | 110011 | 10100000 | 0 | 1000110 | 110 | 100001 | 100110001 | 110110 | 101011 |
Color Harmonies of #AA33A0
Complementary color
Monochromatic Colors of #AA33A0
Black with #AA33A0
Text Example
Text Example
White with #AA33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33A0; }
p { color: rgb(170,51,160); }
H1.HeaderClassName
{
color: #AA33A0;
}
.AnyTagClassName
{
color: #AA33A0;
}
</style>
background-color css
<style>
a { background-color: #AA33A0; }
a { background-color: rgb(170,51,160); }
div.DivClassName
{
background-color: #AA33A0;
}
.BgClassName
{
background-color: #AA33A0;
}
</style>
border-color css
<style>
span { border-color: #AA33A0; }
span { border-color: rgb(170,51,160); }
td.TdClassName
{
border-color: #AA33A0;
}
.TagClassName
{
border-color: #AA33A0;
}
</style>