Shades of Medium Violet Red #A91494
Tints of Medium Violet Red #A91494
RGB
CMYK
RGB Variations
Color information
#A91494 (or 0xA91494) is known color: Medium Violet Red. HEX triplet: A9, 14 and 94. RGB value is (169,20,148). Sum of RGB (Red+Green+Blue) = 169+20+148=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A91494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91494 is #56EB6B. Grayscale: #4E4E4E. Windows color (decimal): -5696364 or 9704617. OLE color: 9704617.
HSL color Cylindrical-coordinate representation of color #A91494: hue angle of 308.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91494 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 148 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.34 |
| HSL | 308.46º | 0.79% | 0.37% | - |
| HSV(B) | 308.46º | 0.88% | 0.66% | - |
| XYZ | 21.96 | 11.07 | 29 | - |
| YUV | 79.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 148 | 0 | 0.88 | 0.12 | 0.34 | 308.46 | 0.79 | 0.37 |
| Hex | A9 | 14 | 94 | 0 | 58 | C | 22 | 134 | 4F | 25 |
| Octal | 251 | 24 | 224 | 0 | 130 | 14 | 42 | 464 | 117 | 45 |
| Binary | 10101001 | 10100 | 10010100 | 0 | 1011000 | 1100 | 100010 | 100110100 | 1001111 | 100101 |
Color Harmonies of #A91494
Complementary color
Monochromatic Colors of #A91494
Black with #A91494
Text Example
Text Example
White with #A91494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91494; }
p { color: rgb(169,20,148); }
H1.HeaderClassName
{
color: #A91494;
}
.AnyTagClassName
{
color: #A91494;
}
</style>
background-color css
<style>
a { background-color: #A91494; }
a { background-color: rgb(169,20,148); }
div.DivClassName
{
background-color: #A91494;
}
.BgClassName
{
background-color: #A91494;
}
</style>
border-color css
<style>
span { border-color: #A91494; }
span { border-color: rgb(169,20,148); }
td.TdClassName
{
border-color: #A91494;
}
.TagClassName
{
border-color: #A91494;
}
</style>