Shades of Medium Red Violet #A93E8F
Tints of Medium Red Violet #A93E8F
RGB
CMYK
RGB Variations
Color information
#A93E8F (or 0xA93E8F) is known color: Medium Red Violet. HEX triplet: A9, 3E and 8F. RGB value is (169,62,143). Sum of RGB (Red+Green+Blue) = 169+62+143=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93E8F is #56C170. Grayscale: #676767. Windows color (decimal): -5685617 or 9387689. OLE color: 9387689.
HSL color Cylindrical-coordinate representation of color #A93E8F: hue angle of 314.58º 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 #A93E8F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 143 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.34 |
| HSL | 314.58º | 0.46% | 0.45% | - |
| HSV(B) | 314.58º | 0.63% | 0.66% | - |
| XYZ | 23.04 | 13.86 | 27.45 | - |
| YUV | 103.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 143 | 0 | 0.63 | 0.15 | 0.34 | 314.58 | 0.46 | 0.45 |
| Hex | A9 | 3E | 8F | 0 | 3F | F | 22 | 13B | 2E | 2D |
| Octal | 251 | 76 | 217 | 0 | 77 | 17 | 42 | 473 | 56 | 55 |
| Binary | 10101001 | 111110 | 10001111 | 0 | 111111 | 1111 | 100010 | 100111011 | 101110 | 101101 |
Color Harmonies of #A93E8F
Complementary color
Monochromatic Colors of #A93E8F
Black with #A93E8F
Text Example
Text Example
White with #A93E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E8F; }
p { color: rgb(169,62,143); }
H1.HeaderClassName
{
color: #A93E8F;
}
.AnyTagClassName
{
color: #A93E8F;
}
</style>
background-color css
<style>
a { background-color: #A93E8F; }
a { background-color: rgb(169,62,143); }
div.DivClassName
{
background-color: #A93E8F;
}
.BgClassName
{
background-color: #A93E8F;
}
</style>
border-color css
<style>
span { border-color: #A93E8F; }
span { border-color: rgb(169,62,143); }
td.TdClassName
{
border-color: #A93E8F;
}
.TagClassName
{
border-color: #A93E8F;
}
</style>