Shades of Medium Red Violet #A91C87
Tints of Medium Red Violet #A91C87
RGB
CMYK
RGB Variations
Color information
#A91C87 (or 0xA91C87) is known color: Medium Red Violet. HEX triplet: A9, 1C and 87. RGB value is (169,28,135). Sum of RGB (Red+Green+Blue) = 169+28+135=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91C87 is #56E378. Grayscale: #525252. Windows color (decimal): -5694329 or 8854697. OLE color: 8854697.
HSL color Cylindrical-coordinate representation of color #A91C87: hue angle of 314.47º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C87 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 135 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.34 |
| HSL | 314.47º | 0.72% | 0.39% | - |
| HSV(B) | 314.47º | 0.83% | 0.66% | - |
| XYZ | 21.15 | 11.01 | 23.93 | - |
| YUV | 82.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 135 | 0 | 0.83 | 0.20 | 0.34 | 314.47 | 0.72 | 0.39 |
| Hex | A9 | 1C | 87 | 0 | 53 | 14 | 22 | 13A | 48 | 27 |
| Octal | 251 | 34 | 207 | 0 | 123 | 24 | 42 | 472 | 110 | 47 |
| Binary | 10101001 | 11100 | 10000111 | 0 | 1010011 | 10100 | 100010 | 100111010 | 1001000 | 100111 |
Color Harmonies of #A91C87
Complementary color
Monochromatic Colors of #A91C87
Black with #A91C87
Text Example
Text Example
White with #A91C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C87; }
p { color: rgb(169,28,135); }
H1.HeaderClassName
{
color: #A91C87;
}
.AnyTagClassName
{
color: #A91C87;
}
</style>
background-color css
<style>
a { background-color: #A91C87; }
a { background-color: rgb(169,28,135); }
div.DivClassName
{
background-color: #A91C87;
}
.BgClassName
{
background-color: #A91C87;
}
</style>
border-color css
<style>
span { border-color: #A91C87; }
span { border-color: rgb(169,28,135); }
td.TdClassName
{
border-color: #A91C87;
}
.TagClassName
{
border-color: #A91C87;
}
</style>