Shades of Medium Violet Red #A91082
Tints of Medium Violet Red #A91082
RGB
CMYK
RGB Variations
Color information
#A91082 (or 0xA91082) is known color: Medium Violet Red. HEX triplet: A9, 10 and 82. RGB value is (169,16,130). Sum of RGB (Red+Green+Blue) = 169+16+130=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A91082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91082 is #56EF7D. Grayscale: #4A4A4A. Windows color (decimal): -5697406 or 8523945. OLE color: 8523945.
HSL color Cylindrical-coordinate representation of color #A91082: hue angle of 315.29º 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 #A91082 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.34 |
| HSL | 315.29º | 0.83% | 0.36% | - |
| HSV(B) | 315.29º | 0.91% | 0.66% | - |
| XYZ | 20.58 | 10.42 | 22.05 | - |
| YUV | 74.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 130 | 0 | 0.91 | 0.23 | 0.34 | 315.29 | 0.83 | 0.36 |
| Hex | A9 | 10 | 82 | 0 | 5B | 17 | 22 | 13B | 53 | 24 |
| Octal | 251 | 20 | 202 | 0 | 133 | 27 | 42 | 473 | 123 | 44 |
| Binary | 10101001 | 10000 | 10000010 | 0 | 1011011 | 10111 | 100010 | 100111011 | 1010011 | 100100 |
Color Harmonies of #A91082
Complementary color
Monochromatic Colors of #A91082
Black with #A91082
Text Example
Text Example
White with #A91082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91082; }
p { color: rgb(169,16,130); }
H1.HeaderClassName
{
color: #A91082;
}
.AnyTagClassName
{
color: #A91082;
}
</style>
background-color css
<style>
a { background-color: #A91082; }
a { background-color: rgb(169,16,130); }
div.DivClassName
{
background-color: #A91082;
}
.BgClassName
{
background-color: #A91082;
}
</style>
border-color css
<style>
span { border-color: #A91082; }
span { border-color: rgb(169,16,130); }
td.TdClassName
{
border-color: #A91082;
}
.TagClassName
{
border-color: #A91082;
}
</style>