Shades of Medium Red Violet #A93B8F
Tints of Medium Red Violet #A93B8F
RGB
CMYK
RGB Variations
Color information
#A93B8F (or 0xA93B8F) is known color: Medium Red Violet. HEX triplet: A9, 3B and 8F. RGB value is (169,59,143). Sum of RGB (Red+Green+Blue) = 169+59+143=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B8F is #56C470. Grayscale: #656565. Windows color (decimal): -5686385 or 9386921. OLE color: 9386921.
HSL color Cylindrical-coordinate representation of color #A93B8F: hue angle of 314.18º 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 #A93B8F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 143 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.34 |
| HSL | 314.18º | 0.48% | 0.45% | - |
| HSV(B) | 314.18º | 0.65% | 0.66% | - |
| XYZ | 22.88 | 13.55 | 27.4 | - |
| YUV | 101.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 143 | 0 | 0.65 | 0.15 | 0.34 | 314.18 | 0.48 | 0.45 |
| Hex | A9 | 3B | 8F | 0 | 41 | F | 22 | 13A | 30 | 2D |
| Octal | 251 | 73 | 217 | 0 | 101 | 17 | 42 | 472 | 60 | 55 |
| Binary | 10101001 | 111011 | 10001111 | 0 | 1000001 | 1111 | 100010 | 100111010 | 110000 | 101101 |
Color Harmonies of #A93B8F
Complementary color
Monochromatic Colors of #A93B8F
Black with #A93B8F
Text Example
Text Example
White with #A93B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B8F; }
p { color: rgb(169,59,143); }
H1.HeaderClassName
{
color: #A93B8F;
}
.AnyTagClassName
{
color: #A93B8F;
}
</style>
background-color css
<style>
a { background-color: #A93B8F; }
a { background-color: rgb(169,59,143); }
div.DivClassName
{
background-color: #A93B8F;
}
.BgClassName
{
background-color: #A93B8F;
}
</style>
border-color css
<style>
span { border-color: #A93B8F; }
span { border-color: rgb(169,59,143); }
td.TdClassName
{
border-color: #A93B8F;
}
.TagClassName
{
border-color: #A93B8F;
}
</style>