Shades of Medium Red Violet #A93B8E
Tints of Medium Red Violet #A93B8E
RGB
CMYK
RGB Variations
Color information
#A93B8E (or 0xA93B8E) is known color: Medium Red Violet. HEX triplet: A9, 3B and 8E. RGB value is (169,59,142). Sum of RGB (Red+Green+Blue) = 169+59+142=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B8E is #56C471. Grayscale: #656565. Windows color (decimal): -5686386 or 9321385. OLE color: 9321385.
HSL color Cylindrical-coordinate representation of color #A93B8E: hue angle of 314.73º 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 #A93B8E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 142 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.34 |
| HSL | 314.73º | 0.48% | 0.45% | - |
| HSV(B) | 314.73º | 0.65% | 0.66% | - |
| XYZ | 22.81 | 13.52 | 27 | - |
| YUV | 101.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 142 | 0 | 0.65 | 0.16 | 0.34 | 314.73 | 0.48 | 0.45 |
| Hex | A9 | 3B | 8E | 0 | 41 | 10 | 22 | 13B | 30 | 2D |
| Octal | 251 | 73 | 216 | 0 | 101 | 20 | 42 | 473 | 60 | 55 |
| Binary | 10101001 | 111011 | 10001110 | 0 | 1000001 | 10000 | 100010 | 100111011 | 110000 | 101101 |
Color Harmonies of #A93B8E
Complementary color
Monochromatic Colors of #A93B8E
Black with #A93B8E
Text Example
Text Example
White with #A93B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B8E; }
p { color: rgb(169,59,142); }
H1.HeaderClassName
{
color: #A93B8E;
}
.AnyTagClassName
{
color: #A93B8E;
}
</style>
background-color css
<style>
a { background-color: #A93B8E; }
a { background-color: rgb(169,59,142); }
div.DivClassName
{
background-color: #A93B8E;
}
.BgClassName
{
background-color: #A93B8E;
}
</style>
border-color css
<style>
span { border-color: #A93B8E; }
span { border-color: rgb(169,59,142); }
td.TdClassName
{
border-color: #A93B8E;
}
.TagClassName
{
border-color: #A93B8E;
}
</style>