Shades of Medium Red Violet #A93E7D
Tints of Medium Red Violet #A93E7D
RGB
CMYK
RGB Variations
Color information
#A93E7D (or 0xA93E7D) is known color: Medium Red Violet. HEX triplet: A9, 3E and 7D. RGB value is (169,62,125). Sum of RGB (Red+Green+Blue) = 169+62+125=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E7D is #56C182. Grayscale: #656565. Windows color (decimal): -5685635 or 8208041. OLE color: 8208041.
HSL color Cylindrical-coordinate representation of color #A93E7D: hue angle of 324.67º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93E7D is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 125 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.34 |
| HSL | 324.67º | 0.46% | 0.45% | - |
| HSV(B) | 324.67º | 0.63% | 0.66% | - |
| XYZ | 21.79 | 13.36 | 20.83 | - |
| YUV | 101.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 125 | 0 | 0.63 | 0.26 | 0.34 | 324.67 | 0.46 | 0.45 |
| Hex | A9 | 3E | 7D | 0 | 3F | 1A | 22 | 145 | 2E | 2D |
| Octal | 251 | 76 | 175 | 0 | 77 | 32 | 42 | 505 | 56 | 55 |
| Binary | 10101001 | 111110 | 1111101 | 0 | 111111 | 11010 | 100010 | 101000101 | 101110 | 101101 |
Color Harmonies of #A93E7D
Complementary color
Monochromatic Colors of #A93E7D
Black with #A93E7D
Text Example
Text Example
White with #A93E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E7D; }
p { color: rgb(169,62,125); }
H1.HeaderClassName
{
color: #A93E7D;
}
.AnyTagClassName
{
color: #A93E7D;
}
</style>
background-color css
<style>
a { background-color: #A93E7D; }
a { background-color: rgb(169,62,125); }
div.DivClassName
{
background-color: #A93E7D;
}
.BgClassName
{
background-color: #A93E7D;
}
</style>
border-color css
<style>
span { border-color: #A93E7D; }
span { border-color: rgb(169,62,125); }
td.TdClassName
{
border-color: #A93E7D;
}
.TagClassName
{
border-color: #A93E7D;
}
</style>