Shades of Medium Red Violet #A93993
Tints of Medium Red Violet #A93993
RGB
CMYK
RGB Variations
Color information
#A93993 (or 0xA93993) is known color: Medium Red Violet. HEX triplet: A9, 39 and 93. RGB value is (169,57,147). Sum of RGB (Red+Green+Blue) = 169+57+147=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A93993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93993 is #56C66C. Grayscale: #646464. Windows color (decimal): -5686893 or 9648553. OLE color: 9648553.
HSL color Cylindrical-coordinate representation of color #A93993: hue angle of 311.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93993 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 147 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.34 |
| HSL | 311.79º | 0.5% | 0.44% | - |
| HSV(B) | 311.79º | 0.66% | 0.66% | - |
| XYZ | 23.09 | 13.47 | 28.99 | - |
| YUV | 100.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 147 | 0 | 0.66 | 0.13 | 0.34 | 311.79 | 0.5 | 0.44 |
| Hex | A9 | 39 | 93 | 0 | 42 | D | 22 | 138 | 32 | 2C |
| Octal | 251 | 71 | 223 | 0 | 102 | 15 | 42 | 470 | 62 | 54 |
| Binary | 10101001 | 111001 | 10010011 | 0 | 1000010 | 1101 | 100010 | 100111000 | 110010 | 101100 |
Color Harmonies of #A93993
Complementary color
Monochromatic Colors of #A93993
Black with #A93993
Text Example
Text Example
White with #A93993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93993; }
p { color: rgb(169,57,147); }
H1.HeaderClassName
{
color: #A93993;
}
.AnyTagClassName
{
color: #A93993;
}
</style>
background-color css
<style>
a { background-color: #A93993; }
a { background-color: rgb(169,57,147); }
div.DivClassName
{
background-color: #A93993;
}
.BgClassName
{
background-color: #A93993;
}
</style>
border-color css
<style>
span { border-color: #A93993; }
span { border-color: rgb(169,57,147); }
td.TdClassName
{
border-color: #A93993;
}
.TagClassName
{
border-color: #A93993;
}
</style>