Shades of Medium Red Violet #A91E9F
Tints of Medium Red Violet #A91E9F
RGB
CMYK
RGB Variations
Color information
#A91E9F (or 0xA91E9F) is known color: Medium Red Violet. HEX triplet: A9, 1E and 9F. RGB value is (169,30,159). Sum of RGB (Red+Green+Blue) = 169+30+159=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91E9F is #56E160. Grayscale: #555555. Windows color (decimal): -5693793 or 10428073. OLE color: 10428073.
HSL color Cylindrical-coordinate representation of color #A91E9F: hue angle of 304.32º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E9F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 159 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.34 |
| HSL | 304.32º | 0.7% | 0.39% | - |
| HSV(B) | 304.32º | 0.82% | 0.66% | - |
| XYZ | 23.08 | 11.87 | 33.87 | - |
| YUV | 86.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 159 | 0 | 0.82 | 0.06 | 0.34 | 304.32 | 0.7 | 0.39 |
| Hex | A9 | 1E | 9F | 0 | 52 | 6 | 22 | 130 | 46 | 27 |
| Octal | 251 | 36 | 237 | 0 | 122 | 6 | 42 | 460 | 106 | 47 |
| Binary | 10101001 | 11110 | 10011111 | 0 | 1010010 | 110 | 100010 | 100110000 | 1000110 | 100111 |
Color Harmonies of #A91E9F
Complementary color
Monochromatic Colors of #A91E9F
Black with #A91E9F
Text Example
Text Example
White with #A91E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E9F; }
p { color: rgb(169,30,159); }
H1.HeaderClassName
{
color: #A91E9F;
}
.AnyTagClassName
{
color: #A91E9F;
}
</style>
background-color css
<style>
a { background-color: #A91E9F; }
a { background-color: rgb(169,30,159); }
div.DivClassName
{
background-color: #A91E9F;
}
.BgClassName
{
background-color: #A91E9F;
}
</style>
border-color css
<style>
span { border-color: #A91E9F; }
span { border-color: rgb(169,30,159); }
td.TdClassName
{
border-color: #A91E9F;
}
.TagClassName
{
border-color: #A91E9F;
}
</style>