Shades of Medium Violet Red #A91B8D
Tints of Medium Violet Red #A91B8D
RGB
CMYK
RGB Variations
Color information
#A91B8D (or 0xA91B8D) is known color: Medium Violet Red. HEX triplet: A9, 1B and 8D. RGB value is (169,27,141). Sum of RGB (Red+Green+Blue) = 169+27+141=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B8D is #56E472. Grayscale: #525252. Windows color (decimal): -5694579 or 9247657. OLE color: 9247657.
HSL color Cylindrical-coordinate representation of color #A91B8D: hue angle of 311.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B8D is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 141 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.34 |
| HSL | 311.83º | 0.72% | 0.38% | - |
| HSV(B) | 311.83º | 0.84% | 0.66% | - |
| XYZ | 21.56 | 11.14 | 26.21 | - |
| YUV | 82.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 141 | 0 | 0.84 | 0.17 | 0.34 | 311.83 | 0.72 | 0.38 |
| Hex | A9 | 1B | 8D | 0 | 54 | 11 | 22 | 138 | 48 | 26 |
| Octal | 251 | 33 | 215 | 0 | 124 | 21 | 42 | 470 | 110 | 46 |
| Binary | 10101001 | 11011 | 10001101 | 0 | 1010100 | 10001 | 100010 | 100111000 | 1001000 | 100110 |
Color Harmonies of #A91B8D
Complementary color
Monochromatic Colors of #A91B8D
Black with #A91B8D
Text Example
Text Example
White with #A91B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B8D; }
p { color: rgb(169,27,141); }
H1.HeaderClassName
{
color: #A91B8D;
}
.AnyTagClassName
{
color: #A91B8D;
}
</style>
background-color css
<style>
a { background-color: #A91B8D; }
a { background-color: rgb(169,27,141); }
div.DivClassName
{
background-color: #A91B8D;
}
.BgClassName
{
background-color: #A91B8D;
}
</style>
border-color css
<style>
span { border-color: #A91B8D; }
span { border-color: rgb(169,27,141); }
td.TdClassName
{
border-color: #A91B8D;
}
.TagClassName
{
border-color: #A91B8D;
}
</style>