Shades of Medium Violet Red #AA1880
Tints of Medium Violet Red #AA1880
RGB
CMYK
RGB Variations
Color information
#AA1880 (or 0xAA1880) is known color: Medium Violet Red. HEX triplet: AA, 18 and 80. RGB value is (170,24,128). Sum of RGB (Red+Green+Blue) = 170+24+128=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1880 is #55E77F. Grayscale: #4F4F4F. Windows color (decimal): -5629824 or 8394922. OLE color: 8394922.
HSL color Cylindrical-coordinate representation of color #AA1880: hue angle of 317.26º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1880 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 128 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.33 |
| HSL | 317.26º | 0.75% | 0.38% | - |
| HSV(B) | 317.26º | 0.86% | 0.67% | - |
| XYZ | 20.8 | 10.76 | 21.4 | - |
| YUV | 79.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 128 | 0 | 0.86 | 0.25 | 0.33 | 317.26 | 0.75 | 0.38 |
| Hex | AA | 18 | 80 | 0 | 56 | 19 | 21 | 13D | 4B | 26 |
| Octal | 252 | 30 | 200 | 0 | 126 | 31 | 41 | 475 | 113 | 46 |
| Binary | 10101010 | 11000 | 10000000 | 0 | 1010110 | 11001 | 100001 | 100111101 | 1001011 | 100110 |
Color Harmonies of #AA1880
Complementary color
Monochromatic Colors of #AA1880
Black with #AA1880
Text Example
Text Example
White with #AA1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1880; }
p { color: rgb(170,24,128); }
H1.HeaderClassName
{
color: #AA1880;
}
.AnyTagClassName
{
color: #AA1880;
}
</style>
background-color css
<style>
a { background-color: #AA1880; }
a { background-color: rgb(170,24,128); }
div.DivClassName
{
background-color: #AA1880;
}
.BgClassName
{
background-color: #AA1880;
}
</style>
border-color css
<style>
span { border-color: #AA1880; }
span { border-color: rgb(170,24,128); }
td.TdClassName
{
border-color: #AA1880;
}
.TagClassName
{
border-color: #AA1880;
}
</style>