Shades of Medium Violet Red #A91A8F
Tints of Medium Violet Red #A91A8F
RGB
CMYK
RGB Variations
Color information
#A91A8F (or 0xA91A8F) is known color: Medium Violet Red. HEX triplet: A9, 1A and 8F. RGB value is (169,26,143). Sum of RGB (Red+Green+Blue) = 169+26+143=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91A8F is #56E570. Grayscale: #515151. Windows color (decimal): -5694833 or 9378473. OLE color: 9378473.
HSL color Cylindrical-coordinate representation of color #A91A8F: hue angle of 310.91º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91A8F is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 143 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.34 |
| HSL | 310.91º | 0.73% | 0.38% | - |
| HSV(B) | 310.91º | 0.85% | 0.66% | - |
| XYZ | 21.69 | 11.16 | 27 | - |
| YUV | 82.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 143 | 0 | 0.85 | 0.15 | 0.34 | 310.91 | 0.73 | 0.38 |
| Hex | A9 | 1A | 8F | 0 | 55 | F | 22 | 137 | 49 | 26 |
| Octal | 251 | 32 | 217 | 0 | 125 | 17 | 42 | 467 | 111 | 46 |
| Binary | 10101001 | 11010 | 10001111 | 0 | 1010101 | 1111 | 100010 | 100110111 | 1001001 | 100110 |
Color Harmonies of #A91A8F
Complementary color
Monochromatic Colors of #A91A8F
Black with #A91A8F
Text Example
Text Example
White with #A91A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A8F; }
p { color: rgb(169,26,143); }
H1.HeaderClassName
{
color: #A91A8F;
}
.AnyTagClassName
{
color: #A91A8F;
}
</style>
background-color css
<style>
a { background-color: #A91A8F; }
a { background-color: rgb(169,26,143); }
div.DivClassName
{
background-color: #A91A8F;
}
.BgClassName
{
background-color: #A91A8F;
}
</style>
border-color css
<style>
span { border-color: #A91A8F; }
span { border-color: rgb(169,26,143); }
td.TdClassName
{
border-color: #A91A8F;
}
.TagClassName
{
border-color: #A91A8F;
}
</style>