Shades of Medium Red Violet #A93A8B
Tints of Medium Red Violet #A93A8B
RGB
CMYK
RGB Variations
Color information
#A93A8B (or 0xA93A8B) is known color: Medium Red Violet. HEX triplet: A9, 3A and 8B. RGB value is (169,58,139). Sum of RGB (Red+Green+Blue) = 169+58+139=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A8B is #56C574. Grayscale: #646464. Windows color (decimal): -5686645 or 9124521. OLE color: 9124521.
HSL color Cylindrical-coordinate representation of color #A93A8B: hue angle of 316.22º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93A8B is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 139 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.34 |
| HSL | 316.22º | 0.49% | 0.45% | - |
| HSV(B) | 316.22º | 0.66% | 0.66% | - |
| XYZ | 22.54 | 13.33 | 25.81 | - |
| YUV | 100.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 139 | 0 | 0.66 | 0.18 | 0.34 | 316.22 | 0.49 | 0.45 |
| Hex | A9 | 3A | 8B | 0 | 42 | 12 | 22 | 13C | 31 | 2D |
| Octal | 251 | 72 | 213 | 0 | 102 | 22 | 42 | 474 | 61 | 55 |
| Binary | 10101001 | 111010 | 10001011 | 0 | 1000010 | 10010 | 100010 | 100111100 | 110001 | 101101 |
Color Harmonies of #A93A8B
Complementary color
Monochromatic Colors of #A93A8B
Black with #A93A8B
Text Example
Text Example
White with #A93A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A8B; }
p { color: rgb(169,58,139); }
H1.HeaderClassName
{
color: #A93A8B;
}
.AnyTagClassName
{
color: #A93A8B;
}
</style>
background-color css
<style>
a { background-color: #A93A8B; }
a { background-color: rgb(169,58,139); }
div.DivClassName
{
background-color: #A93A8B;
}
.BgClassName
{
background-color: #A93A8B;
}
</style>
border-color css
<style>
span { border-color: #A93A8B; }
span { border-color: rgb(169,58,139); }
td.TdClassName
{
border-color: #A93A8B;
}
.TagClassName
{
border-color: #A93A8B;
}
</style>