Shades of Medium Violet Red #AA1080
Tints of Medium Violet Red #AA1080
RGB
CMYK
RGB Variations
Color information
#AA1080 (or 0xAA1080) is known color: Medium Violet Red. HEX triplet: AA, 10 and 80. RGB value is (170,16,128). Sum of RGB (Red+Green+Blue) = 170+16+128=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1080 is #55EF7F. Grayscale: #4A4A4A. Windows color (decimal): -5631872 or 8392874. OLE color: 8392874.
HSL color Cylindrical-coordinate representation of color #AA1080: hue angle of 316.36º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1080 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.33 |
| HSL | 316.36º | 0.83% | 0.36% | - |
| HSV(B) | 316.36º | 0.91% | 0.67% | - |
| XYZ | 20.66 | 10.48 | 21.36 | - |
| YUV | 74.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 128 | 0 | 0.91 | 0.25 | 0.33 | 316.36 | 0.83 | 0.36 |
| Hex | AA | 10 | 80 | 0 | 5B | 19 | 21 | 13C | 53 | 24 |
| Octal | 252 | 20 | 200 | 0 | 133 | 31 | 41 | 474 | 123 | 44 |
| Binary | 10101010 | 10000 | 10000000 | 0 | 1011011 | 11001 | 100001 | 100111100 | 1010011 | 100100 |
Color Harmonies of #AA1080
Complementary color
Monochromatic Colors of #AA1080
Black with #AA1080
Text Example
Text Example
White with #AA1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1080; }
p { color: rgb(170,16,128); }
H1.HeaderClassName
{
color: #AA1080;
}
.AnyTagClassName
{
color: #AA1080;
}
</style>
background-color css
<style>
a { background-color: #AA1080; }
a { background-color: rgb(170,16,128); }
div.DivClassName
{
background-color: #AA1080;
}
.BgClassName
{
background-color: #AA1080;
}
</style>
border-color css
<style>
span { border-color: #AA1080; }
span { border-color: rgb(170,16,128); }
td.TdClassName
{
border-color: #AA1080;
}
.TagClassName
{
border-color: #AA1080;
}
</style>