Shades of Medium Red Violet #A94191
Tints of Medium Red Violet #A94191
RGB
CMYK
RGB Variations
Color information
#A94191 (or 0xA94191) is known color: Medium Red Violet. HEX triplet: A9, 41 and 91. RGB value is (169,65,145). Sum of RGB (Red+Green+Blue) = 169+65+145=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A94191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94191 is #56BE6E. Grayscale: #696969. Windows color (decimal): -5684847 or 9519529. OLE color: 9519529.
HSL color Cylindrical-coordinate representation of color #A94191: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94191 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 145 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.34 |
| HSL | 313.85º | 0.44% | 0.46% | - |
| HSV(B) | 313.85º | 0.62% | 0.66% | - |
| XYZ | 23.36 | 14.26 | 28.31 | - |
| YUV | 105.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 145 | 0 | 0.62 | 0.14 | 0.34 | 313.85 | 0.44 | 0.46 |
| Hex | A9 | 41 | 91 | 0 | 3E | E | 22 | 13A | 2C | 2E |
| Octal | 251 | 101 | 221 | 0 | 76 | 16 | 42 | 472 | 54 | 56 |
| Binary | 10101001 | 1000001 | 10010001 | 0 | 111110 | 1110 | 100010 | 100111010 | 101100 | 101110 |
Color Harmonies of #A94191
Complementary color
Monochromatic Colors of #A94191
Black with #A94191
Text Example
Text Example
White with #A94191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94191; }
p { color: rgb(169,65,145); }
H1.HeaderClassName
{
color: #A94191;
}
.AnyTagClassName
{
color: #A94191;
}
</style>
background-color css
<style>
a { background-color: #A94191; }
a { background-color: rgb(169,65,145); }
div.DivClassName
{
background-color: #A94191;
}
.BgClassName
{
background-color: #A94191;
}
</style>
border-color css
<style>
span { border-color: #A94191; }
span { border-color: rgb(169,65,145); }
td.TdClassName
{
border-color: #A94191;
}
.TagClassName
{
border-color: #A94191;
}
</style>