Shades of Medium Red Violet #AA2180
Tints of Medium Red Violet #AA2180
RGB
CMYK
RGB Variations
Color information
#AA2180 (or 0xAA2180) is known color: Medium Red Violet. HEX triplet: AA, 21 and 80. RGB value is (170,33,128). Sum of RGB (Red+Green+Blue) = 170+33+128=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2180 is #55DE7F. Grayscale: #545454. Windows color (decimal): -5627520 or 8397226. OLE color: 8397226.
HSL color Cylindrical-coordinate representation of color #AA2180: hue angle of 318.39º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2180 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 128 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.33 |
| HSL | 318.39º | 0.67% | 0.4% | - |
| HSV(B) | 318.39º | 0.81% | 0.67% | - |
| XYZ | 21.02 | 11.19 | 21.47 | - |
| YUV | 84.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 128 | 0 | 0.81 | 0.25 | 0.33 | 318.39 | 0.67 | 0.4 |
| Hex | AA | 21 | 80 | 0 | 51 | 19 | 21 | 13E | 43 | 28 |
| Octal | 252 | 41 | 200 | 0 | 121 | 31 | 41 | 476 | 103 | 50 |
| Binary | 10101010 | 100001 | 10000000 | 0 | 1010001 | 11001 | 100001 | 100111110 | 1000011 | 101000 |
Color Harmonies of #AA2180
Complementary color
Monochromatic Colors of #AA2180
Black with #AA2180
Text Example
Text Example
White with #AA2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2180; }
p { color: rgb(170,33,128); }
H1.HeaderClassName
{
color: #AA2180;
}
.AnyTagClassName
{
color: #AA2180;
}
</style>
background-color css
<style>
a { background-color: #AA2180; }
a { background-color: rgb(170,33,128); }
div.DivClassName
{
background-color: #AA2180;
}
.BgClassName
{
background-color: #AA2180;
}
</style>
border-color css
<style>
span { border-color: #AA2180; }
span { border-color: rgb(170,33,128); }
td.TdClassName
{
border-color: #AA2180;
}
.TagClassName
{
border-color: #AA2180;
}
</style>