Shades of Medium Red Violet #A93B7D
Tints of Medium Red Violet #A93B7D
RGB
CMYK
RGB Variations
Color information
#A93B7D (or 0xA93B7D) is known color: Medium Red Violet. HEX triplet: A9, 3B and 7D. RGB value is (169,59,125). Sum of RGB (Red+Green+Blue) = 169+59+125=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B7D is #56C482. Grayscale: #636363. Windows color (decimal): -5686403 or 8207273. OLE color: 8207273.
HSL color Cylindrical-coordinate representation of color #A93B7D: hue angle of 324º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93B7D is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 125 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.34 |
| HSL | 324º | 0.48% | 0.45% | - |
| HSV(B) | 324º | 0.65% | 0.66% | - |
| XYZ | 21.63 | 13.04 | 20.78 | - |
| YUV | 99.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 125 | 0 | 0.65 | 0.26 | 0.34 | 324 | 0.48 | 0.45 |
| Hex | A9 | 3B | 7D | 0 | 41 | 1A | 22 | 144 | 30 | 2D |
| Octal | 251 | 73 | 175 | 0 | 101 | 32 | 42 | 504 | 60 | 55 |
| Binary | 10101001 | 111011 | 1111101 | 0 | 1000001 | 11010 | 100010 | 101000100 | 110000 | 101101 |
Color Harmonies of #A93B7D
Complementary color
Monochromatic Colors of #A93B7D
Black with #A93B7D
Text Example
Text Example
White with #A93B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B7D; }
p { color: rgb(169,59,125); }
H1.HeaderClassName
{
color: #A93B7D;
}
.AnyTagClassName
{
color: #A93B7D;
}
</style>
background-color css
<style>
a { background-color: #A93B7D; }
a { background-color: rgb(169,59,125); }
div.DivClassName
{
background-color: #A93B7D;
}
.BgClassName
{
background-color: #A93B7D;
}
</style>
border-color css
<style>
span { border-color: #A93B7D; }
span { border-color: rgb(169,59,125); }
td.TdClassName
{
border-color: #A93B7D;
}
.TagClassName
{
border-color: #A93B7D;
}
</style>