Shades of Medium Violet Red #A91482
Tints of Medium Violet Red #A91482
RGB
CMYK
RGB Variations
Color information
#A91482 (or 0xA91482) is known color: Medium Violet Red. HEX triplet: A9, 14 and 82. RGB value is (169,20,130). Sum of RGB (Red+Green+Blue) = 169+20+130=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A91482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91482 is #56EB7D. Grayscale: #4C4C4C. Windows color (decimal): -5696382 or 8524969. OLE color: 8524969.
HSL color Cylindrical-coordinate representation of color #A91482: hue angle of 315.7º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91482 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 130 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.34 |
| HSL | 315.7º | 0.79% | 0.37% | - |
| HSV(B) | 315.7º | 0.88% | 0.66% | - |
| XYZ | 20.64 | 10.55 | 22.07 | - |
| YUV | 77.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 130 | 0 | 0.88 | 0.23 | 0.34 | 315.7 | 0.79 | 0.37 |
| Hex | A9 | 14 | 82 | 0 | 58 | 17 | 22 | 13C | 4F | 25 |
| Octal | 251 | 24 | 202 | 0 | 130 | 27 | 42 | 474 | 117 | 45 |
| Binary | 10101001 | 10100 | 10000010 | 0 | 1011000 | 10111 | 100010 | 100111100 | 1001111 | 100101 |
Color Harmonies of #A91482
Complementary color
Monochromatic Colors of #A91482
Black with #A91482
Text Example
Text Example
White with #A91482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91482; }
p { color: rgb(169,20,130); }
H1.HeaderClassName
{
color: #A91482;
}
.AnyTagClassName
{
color: #A91482;
}
</style>
background-color css
<style>
a { background-color: #A91482; }
a { background-color: rgb(169,20,130); }
div.DivClassName
{
background-color: #A91482;
}
.BgClassName
{
background-color: #A91482;
}
</style>
border-color css
<style>
span { border-color: #A91482; }
span { border-color: rgb(169,20,130); }
td.TdClassName
{
border-color: #A91482;
}
.TagClassName
{
border-color: #A91482;
}
</style>