Shades of Medium Violet Red #A91389
Tints of Medium Violet Red #A91389
RGB
CMYK
RGB Variations
Color information
#A91389 (or 0xA91389) is known color: Medium Violet Red. HEX triplet: A9, 13 and 89. RGB value is (169,19,137). Sum of RGB (Red+Green+Blue) = 169+19+137=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A91389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91389 is #56EC76. Grayscale: #4C4C4C. Windows color (decimal): -5696631 or 8983465. OLE color: 8983465.
HSL color Cylindrical-coordinate representation of color #A91389: hue angle of 312.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91389 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 137 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.34 |
| HSL | 312.8º | 0.8% | 0.37% | - |
| HSV(B) | 312.8º | 0.89% | 0.66% | - |
| XYZ | 21.11 | 10.71 | 24.62 | - |
| YUV | 77.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 137 | 0 | 0.89 | 0.19 | 0.34 | 312.8 | 0.8 | 0.37 |
| Hex | A9 | 13 | 89 | 0 | 59 | 13 | 22 | 139 | 50 | 25 |
| Octal | 251 | 23 | 211 | 0 | 131 | 23 | 42 | 471 | 120 | 45 |
| Binary | 10101001 | 10011 | 10001001 | 0 | 1011001 | 10011 | 100010 | 100111001 | 1010000 | 100101 |
Color Harmonies of #A91389
Complementary color
Monochromatic Colors of #A91389
Black with #A91389
Text Example
Text Example
White with #A91389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91389; }
p { color: rgb(169,19,137); }
H1.HeaderClassName
{
color: #A91389;
}
.AnyTagClassName
{
color: #A91389;
}
</style>
background-color css
<style>
a { background-color: #A91389; }
a { background-color: rgb(169,19,137); }
div.DivClassName
{
background-color: #A91389;
}
.BgClassName
{
background-color: #A91389;
}
</style>
border-color css
<style>
span { border-color: #A91389; }
span { border-color: rgb(169,19,137); }
td.TdClassName
{
border-color: #A91389;
}
.TagClassName
{
border-color: #A91389;
}
</style>