Shades of Medium Red Violet #A94A8E
Tints of Medium Red Violet #A94A8E
RGB
CMYK
RGB Variations
Color information
#A94A8E (or 0xA94A8E) is known color: Medium Red Violet. HEX triplet: A9, 4A and 8E. RGB value is (169,74,142). Sum of RGB (Red+Green+Blue) = 169+74+142=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A8E is #56B571. Grayscale: #6D6D6D. Windows color (decimal): -5682546 or 9325225. OLE color: 9325225.
HSL color Cylindrical-coordinate representation of color #A94A8E: hue angle of 317.05º 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 #A94A8E is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 142 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.34 |
| HSL | 317.05º | 0.39% | 0.48% | - |
| HSV(B) | 317.05º | 0.56% | 0.66% | - |
| XYZ | 23.69 | 15.29 | 27.29 | - |
| YUV | 110.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 142 | 0 | 0.56 | 0.16 | 0.34 | 317.05 | 0.39 | 0.48 |
| Hex | A9 | 4A | 8E | 0 | 38 | 10 | 22 | 13D | 27 | 30 |
| Octal | 251 | 112 | 216 | 0 | 70 | 20 | 42 | 475 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10001110 | 0 | 111000 | 10000 | 100010 | 100111101 | 100111 | 110000 |
Color Harmonies of #A94A8E
Complementary color
Monochromatic Colors of #A94A8E
Black with #A94A8E
Text Example
Text Example
White with #A94A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A8E; }
p { color: rgb(169,74,142); }
H1.HeaderClassName
{
color: #A94A8E;
}
.AnyTagClassName
{
color: #A94A8E;
}
</style>
background-color css
<style>
a { background-color: #A94A8E; }
a { background-color: rgb(169,74,142); }
div.DivClassName
{
background-color: #A94A8E;
}
.BgClassName
{
background-color: #A94A8E;
}
</style>
border-color css
<style>
span { border-color: #A94A8E; }
span { border-color: rgb(169,74,142); }
td.TdClassName
{
border-color: #A94A8E;
}
.TagClassName
{
border-color: #A94A8E;
}
</style>