Shades of Medium Violet Red #A91080
Tints of Medium Violet Red #A91080
RGB
CMYK
RGB Variations
Color information
#A91080 (or 0xA91080) is known color: Medium Violet Red. HEX triplet: A9, 10 and 80. RGB value is (169,16,128). Sum of RGB (Red+Green+Blue) = 169+16+128=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A91080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91080 is #56EF7F. Grayscale: #4A4A4A. Windows color (decimal): -5697408 or 8392873. OLE color: 8392873.
HSL color Cylindrical-coordinate representation of color #A91080: hue angle of 316.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91080 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.34 |
| HSL | 316.08º | 0.83% | 0.36% | - |
| HSV(B) | 316.08º | 0.91% | 0.66% | - |
| XYZ | 20.44 | 10.36 | 21.35 | - |
| YUV | 74.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 128 | 0 | 0.91 | 0.24 | 0.34 | 316.08 | 0.83 | 0.36 |
| Hex | A9 | 10 | 80 | 0 | 5B | 18 | 22 | 13C | 53 | 24 |
| Octal | 251 | 20 | 200 | 0 | 133 | 30 | 42 | 474 | 123 | 44 |
| Binary | 10101001 | 10000 | 10000000 | 0 | 1011011 | 11000 | 100010 | 100111100 | 1010011 | 100100 |
Color Harmonies of #A91080
Complementary color
Monochromatic Colors of #A91080
Black with #A91080
Text Example
Text Example
White with #A91080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91080; }
p { color: rgb(169,16,128); }
H1.HeaderClassName
{
color: #A91080;
}
.AnyTagClassName
{
color: #A91080;
}
</style>
background-color css
<style>
a { background-color: #A91080; }
a { background-color: rgb(169,16,128); }
div.DivClassName
{
background-color: #A91080;
}
.BgClassName
{
background-color: #A91080;
}
</style>
border-color css
<style>
span { border-color: #A91080; }
span { border-color: rgb(169,16,128); }
td.TdClassName
{
border-color: #A91080;
}
.TagClassName
{
border-color: #A91080;
}
</style>