Shades of Medium Red Violet #A94A8F
Tints of Medium Red Violet #A94A8F
RGB
CMYK
RGB Variations
Color information
#A94A8F (or 0xA94A8F) is known color: Medium Red Violet. HEX triplet: A9, 4A and 8F. RGB value is (169,74,143). Sum of RGB (Red+Green+Blue) = 169+74+143=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A8F is #56B570. Grayscale: #6E6E6E. Windows color (decimal): -5682545 or 9390761. OLE color: 9390761.
HSL color Cylindrical-coordinate representation of color #A94A8F: hue angle of 316.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A8F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 143 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.34 |
| HSL | 316.42º | 0.39% | 0.48% | - |
| HSV(B) | 316.42º | 0.56% | 0.66% | - |
| XYZ | 23.77 | 15.32 | 27.69 | - |
| YUV | 110.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 143 | 0 | 0.56 | 0.15 | 0.34 | 316.42 | 0.39 | 0.48 |
| Hex | A9 | 4A | 8F | 0 | 38 | F | 22 | 13C | 27 | 30 |
| Octal | 251 | 112 | 217 | 0 | 70 | 17 | 42 | 474 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10001111 | 0 | 111000 | 1111 | 100010 | 100111100 | 100111 | 110000 |
Color Harmonies of #A94A8F
Complementary color
Monochromatic Colors of #A94A8F
Black with #A94A8F
Text Example
Text Example
White with #A94A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A8F; }
p { color: rgb(169,74,143); }
H1.HeaderClassName
{
color: #A94A8F;
}
.AnyTagClassName
{
color: #A94A8F;
}
</style>
background-color css
<style>
a { background-color: #A94A8F; }
a { background-color: rgb(169,74,143); }
div.DivClassName
{
background-color: #A94A8F;
}
.BgClassName
{
background-color: #A94A8F;
}
</style>
border-color css
<style>
span { border-color: #A94A8F; }
span { border-color: rgb(169,74,143); }
td.TdClassName
{
border-color: #A94A8F;
}
.TagClassName
{
border-color: #A94A8F;
}
</style>