Shades of Medium Red Violet #A93A8C
Tints of Medium Red Violet #A93A8C
RGB
CMYK
RGB Variations
Color information
#A93A8C (or 0xA93A8C) is known color: Medium Red Violet. HEX triplet: A9, 3A and 8C. RGB value is (169,58,140). Sum of RGB (Red+Green+Blue) = 169+58+140=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A8C is #56C573. Grayscale: #646464. Windows color (decimal): -5686644 or 9190057. OLE color: 9190057.
HSL color Cylindrical-coordinate representation of color #A93A8C: hue angle of 315.68º 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 #A93A8C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 140 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.34 |
| HSL | 315.68º | 0.49% | 0.45% | - |
| HSV(B) | 315.68º | 0.66% | 0.66% | - |
| XYZ | 22.61 | 13.35 | 26.2 | - |
| YUV | 100.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 140 | 0 | 0.66 | 0.17 | 0.34 | 315.68 | 0.49 | 0.45 |
| Hex | A9 | 3A | 8C | 0 | 42 | 11 | 22 | 13C | 31 | 2D |
| Octal | 251 | 72 | 214 | 0 | 102 | 21 | 42 | 474 | 61 | 55 |
| Binary | 10101001 | 111010 | 10001100 | 0 | 1000010 | 10001 | 100010 | 100111100 | 110001 | 101101 |
Color Harmonies of #A93A8C
Complementary color
Monochromatic Colors of #A93A8C
Black with #A93A8C
Text Example
Text Example
White with #A93A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A8C; }
p { color: rgb(169,58,140); }
H1.HeaderClassName
{
color: #A93A8C;
}
.AnyTagClassName
{
color: #A93A8C;
}
</style>
background-color css
<style>
a { background-color: #A93A8C; }
a { background-color: rgb(169,58,140); }
div.DivClassName
{
background-color: #A93A8C;
}
.BgClassName
{
background-color: #A93A8C;
}
</style>
border-color css
<style>
span { border-color: #A93A8C; }
span { border-color: rgb(169,58,140); }
td.TdClassName
{
border-color: #A93A8C;
}
.TagClassName
{
border-color: #A93A8C;
}
</style>