Shades of Medium Red Violet #A93A8A
Tints of Medium Red Violet #A93A8A
RGB
CMYK
RGB Variations
Color information
#A93A8A (or 0xA93A8A) is known color: Medium Red Violet. HEX triplet: A9, 3A and 8A. RGB value is (169,58,138). Sum of RGB (Red+Green+Blue) = 169+58+138=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A8A is #56C575. Grayscale: #646464. Windows color (decimal): -5686646 or 9058985. OLE color: 9058985.
HSL color Cylindrical-coordinate representation of color #A93A8A: hue angle of 316.76º 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 #A93A8A is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 138 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.34 |
| HSL | 316.76º | 0.49% | 0.45% | - |
| HSV(B) | 316.76º | 0.66% | 0.66% | - |
| XYZ | 22.46 | 13.3 | 25.43 | - |
| YUV | 100.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 138 | 0 | 0.66 | 0.18 | 0.34 | 316.76 | 0.49 | 0.45 |
| Hex | A9 | 3A | 8A | 0 | 42 | 12 | 22 | 13D | 31 | 2D |
| Octal | 251 | 72 | 212 | 0 | 102 | 22 | 42 | 475 | 61 | 55 |
| Binary | 10101001 | 111010 | 10001010 | 0 | 1000010 | 10010 | 100010 | 100111101 | 110001 | 101101 |
Color Harmonies of #A93A8A
Complementary color
Monochromatic Colors of #A93A8A
Black with #A93A8A
Text Example
Text Example
White with #A93A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A8A; }
p { color: rgb(169,58,138); }
H1.HeaderClassName
{
color: #A93A8A;
}
.AnyTagClassName
{
color: #A93A8A;
}
</style>
background-color css
<style>
a { background-color: #A93A8A; }
a { background-color: rgb(169,58,138); }
div.DivClassName
{
background-color: #A93A8A;
}
.BgClassName
{
background-color: #A93A8A;
}
</style>
border-color css
<style>
span { border-color: #A93A8A; }
span { border-color: rgb(169,58,138); }
td.TdClassName
{
border-color: #A93A8A;
}
.TagClassName
{
border-color: #A93A8A;
}
</style>