Shades of Medium Violet Red #A91A8B
Tints of Medium Violet Red #A91A8B
RGB
CMYK
RGB Variations
Color information
#A91A8B (or 0xA91A8B) is known color: Medium Violet Red. HEX triplet: A9, 1A and 8B. RGB value is (169,26,139). Sum of RGB (Red+Green+Blue) = 169+26+139=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91A8B is #56E574. Grayscale: #515151. Windows color (decimal): -5694837 or 9116329. OLE color: 9116329.
HSL color Cylindrical-coordinate representation of color #A91A8B: hue angle of 312.59º 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 #A91A8B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 139 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.34 |
| HSL | 312.59º | 0.73% | 0.38% | - |
| HSV(B) | 312.59º | 0.85% | 0.66% | - |
| XYZ | 21.39 | 11.04 | 25.43 | - |
| YUV | 81.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 139 | 0 | 0.85 | 0.18 | 0.34 | 312.59 | 0.73 | 0.38 |
| Hex | A9 | 1A | 8B | 0 | 55 | 12 | 22 | 139 | 49 | 26 |
| Octal | 251 | 32 | 213 | 0 | 125 | 22 | 42 | 471 | 111 | 46 |
| Binary | 10101001 | 11010 | 10001011 | 0 | 1010101 | 10010 | 100010 | 100111001 | 1001001 | 100110 |
Color Harmonies of #A91A8B
Complementary color
Monochromatic Colors of #A91A8B
Black with #A91A8B
Text Example
Text Example
White with #A91A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A8B; }
p { color: rgb(169,26,139); }
H1.HeaderClassName
{
color: #A91A8B;
}
.AnyTagClassName
{
color: #A91A8B;
}
</style>
background-color css
<style>
a { background-color: #A91A8B; }
a { background-color: rgb(169,26,139); }
div.DivClassName
{
background-color: #A91A8B;
}
.BgClassName
{
background-color: #A91A8B;
}
</style>
border-color css
<style>
span { border-color: #A91A8B; }
span { border-color: rgb(169,26,139); }
td.TdClassName
{
border-color: #A91A8B;
}
.TagClassName
{
border-color: #A91A8B;
}
</style>