Shades of Medium Red Violet #A93C7E
Tints of Medium Red Violet #A93C7E
RGB
CMYK
RGB Variations
Color information
#A93C7E (or 0xA93C7E) is known color: Medium Red Violet. HEX triplet: A9, 3C and 7E. RGB value is (169,60,126). Sum of RGB (Red+Green+Blue) = 169+60+126=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C7E is #56C381. Grayscale: #636363. Windows color (decimal): -5686146 or 8273065. OLE color: 8273065.
HSL color Cylindrical-coordinate representation of color #A93C7E: hue angle of 323.67º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93C7E is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 126 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.34 |
| HSL | 323.67º | 0.48% | 0.45% | - |
| HSV(B) | 323.67º | 0.64% | 0.66% | - |
| XYZ | 21.74 | 13.17 | 21.14 | - |
| YUV | 100.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 126 | 0 | 0.64 | 0.25 | 0.34 | 323.67 | 0.48 | 0.45 |
| Hex | A9 | 3C | 7E | 0 | 40 | 19 | 22 | 144 | 30 | 2D |
| Octal | 251 | 74 | 176 | 0 | 100 | 31 | 42 | 504 | 60 | 55 |
| Binary | 10101001 | 111100 | 1111110 | 0 | 1000000 | 11001 | 100010 | 101000100 | 110000 | 101101 |
Color Harmonies of #A93C7E
Complementary color
Monochromatic Colors of #A93C7E
Black with #A93C7E
Text Example
Text Example
White with #A93C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C7E; }
p { color: rgb(169,60,126); }
H1.HeaderClassName
{
color: #A93C7E;
}
.AnyTagClassName
{
color: #A93C7E;
}
</style>
background-color css
<style>
a { background-color: #A93C7E; }
a { background-color: rgb(169,60,126); }
div.DivClassName
{
background-color: #A93C7E;
}
.BgClassName
{
background-color: #A93C7E;
}
</style>
border-color css
<style>
span { border-color: #A93C7E; }
span { border-color: rgb(169,60,126); }
td.TdClassName
{
border-color: #A93C7E;
}
.TagClassName
{
border-color: #A93C7E;
}
</style>