Shades of Medium Red Violet #A93293
Tints of Medium Red Violet #A93293
RGB
CMYK
RGB Variations
Color information
#A93293 (or 0xA93293) is known color: Medium Red Violet. HEX triplet: A9, 32 and 93. RGB value is (169,50,147). Sum of RGB (Red+Green+Blue) = 169+50+147=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A93293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93293 is #56CD6C. Grayscale: #606060. Windows color (decimal): -5688685 or 9646761. OLE color: 9646761.
HSL color Cylindrical-coordinate representation of color #A93293: hue angle of 311.09º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93293 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 147 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.34 |
| HSL | 311.09º | 0.54% | 0.43% | - |
| HSV(B) | 311.09º | 0.7% | 0.66% | - |
| XYZ | 22.77 | 12.82 | 28.88 | - |
| YUV | 96.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 147 | 0 | 0.70 | 0.13 | 0.34 | 311.09 | 0.54 | 0.43 |
| Hex | A9 | 32 | 93 | 0 | 46 | D | 22 | 137 | 36 | 2B |
| Octal | 251 | 62 | 223 | 0 | 106 | 15 | 42 | 467 | 66 | 53 |
| Binary | 10101001 | 110010 | 10010011 | 0 | 1000110 | 1101 | 100010 | 100110111 | 110110 | 101011 |
Color Harmonies of #A93293
Complementary color
Monochromatic Colors of #A93293
Black with #A93293
Text Example
Text Example
White with #A93293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93293; }
p { color: rgb(169,50,147); }
H1.HeaderClassName
{
color: #A93293;
}
.AnyTagClassName
{
color: #A93293;
}
</style>
background-color css
<style>
a { background-color: #A93293; }
a { background-color: rgb(169,50,147); }
div.DivClassName
{
background-color: #A93293;
}
.BgClassName
{
background-color: #A93293;
}
</style>
border-color css
<style>
span { border-color: #A93293; }
span { border-color: rgb(169,50,147); }
td.TdClassName
{
border-color: #A93293;
}
.TagClassName
{
border-color: #A93293;
}
</style>