Shades of Medium Violet Red #A91089
Tints of Medium Violet Red #A91089
RGB
CMYK
RGB Variations
Color information
#A91089 (or 0xA91089) is known color: Medium Violet Red. HEX triplet: A9, 10 and 89. RGB value is (169,16,137). Sum of RGB (Red+Green+Blue) = 169+16+137=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A91089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91089 is #56EF76. Grayscale: #4B4B4B. Windows color (decimal): -5697399 or 8982697. OLE color: 8982697.
HSL color Cylindrical-coordinate representation of color #A91089: hue angle of 312.55º 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 #A91089 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 137 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.34 |
| HSL | 312.55º | 0.83% | 0.36% | - |
| HSV(B) | 312.55º | 0.91% | 0.66% | - |
| XYZ | 21.06 | 10.61 | 24.61 | - |
| YUV | 75.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 137 | 0 | 0.91 | 0.19 | 0.34 | 312.55 | 0.83 | 0.36 |
| Hex | A9 | 10 | 89 | 0 | 5B | 13 | 22 | 139 | 53 | 24 |
| Octal | 251 | 20 | 211 | 0 | 133 | 23 | 42 | 471 | 123 | 44 |
| Binary | 10101001 | 10000 | 10001001 | 0 | 1011011 | 10011 | 100010 | 100111001 | 1010011 | 100100 |
Color Harmonies of #A91089
Complementary color
Monochromatic Colors of #A91089
Black with #A91089
Text Example
Text Example
White with #A91089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91089; }
p { color: rgb(169,16,137); }
H1.HeaderClassName
{
color: #A91089;
}
.AnyTagClassName
{
color: #A91089;
}
</style>
background-color css
<style>
a { background-color: #A91089; }
a { background-color: rgb(169,16,137); }
div.DivClassName
{
background-color: #A91089;
}
.BgClassName
{
background-color: #A91089;
}
</style>
border-color css
<style>
span { border-color: #A91089; }
span { border-color: rgb(169,16,137); }
td.TdClassName
{
border-color: #A91089;
}
.TagClassName
{
border-color: #A91089;
}
</style>