Shades of Medium Red Violet #A94190
Tints of Medium Red Violet #A94190
RGB
CMYK
RGB Variations
Color information
#A94190 (or 0xA94190) is known color: Medium Red Violet. HEX triplet: A9, 41 and 90. RGB value is (169,65,144). Sum of RGB (Red+Green+Blue) = 169+65+144=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A94190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94190 is #56BE6F. Grayscale: #686868. Windows color (decimal): -5684848 or 9453993. OLE color: 9453993.
HSL color Cylindrical-coordinate representation of color #A94190: hue angle of 314.42º 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 #A94190 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 144 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.34 |
| HSL | 314.42º | 0.44% | 0.46% | - |
| HSV(B) | 314.42º | 0.62% | 0.66% | - |
| XYZ | 23.29 | 14.23 | 27.9 | - |
| YUV | 105.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 144 | 0 | 0.62 | 0.15 | 0.34 | 314.42 | 0.44 | 0.46 |
| Hex | A9 | 41 | 90 | 0 | 3E | F | 22 | 13A | 2C | 2E |
| Octal | 251 | 101 | 220 | 0 | 76 | 17 | 42 | 472 | 54 | 56 |
| Binary | 10101001 | 1000001 | 10010000 | 0 | 111110 | 1111 | 100010 | 100111010 | 101100 | 101110 |
Color Harmonies of #A94190
Complementary color
Monochromatic Colors of #A94190
Black with #A94190
Text Example
Text Example
White with #A94190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94190; }
p { color: rgb(169,65,144); }
H1.HeaderClassName
{
color: #A94190;
}
.AnyTagClassName
{
color: #A94190;
}
</style>
background-color css
<style>
a { background-color: #A94190; }
a { background-color: rgb(169,65,144); }
div.DivClassName
{
background-color: #A94190;
}
.BgClassName
{
background-color: #A94190;
}
</style>
border-color css
<style>
span { border-color: #A94190; }
span { border-color: rgb(169,65,144); }
td.TdClassName
{
border-color: #A94190;
}
.TagClassName
{
border-color: #A94190;
}
</style>