Shades of Medium Red Violet #A93385
Tints of Medium Red Violet #A93385
RGB
CMYK
RGB Variations
Color information
#A93385 (or 0xA93385) is known color: Medium Red Violet. HEX triplet: A9, 33 and 85. RGB value is (169,51,133). Sum of RGB (Red+Green+Blue) = 169+51+133=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A93385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93385 is #56CC7A. Grayscale: #5F5F5F. Windows color (decimal): -5688443 or 8729513. OLE color: 8729513.
HSL color Cylindrical-coordinate representation of color #A93385: hue angle of 318.31º 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 #A93385 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 133 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.34 |
| HSL | 318.31º | 0.54% | 0.43% | - |
| HSV(B) | 318.31º | 0.7% | 0.66% | - |
| XYZ | 21.78 | 12.5 | 23.45 | - |
| YUV | 95.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 133 | 0 | 0.70 | 0.21 | 0.34 | 318.31 | 0.54 | 0.43 |
| Hex | A9 | 33 | 85 | 0 | 46 | 15 | 22 | 13E | 36 | 2B |
| Octal | 251 | 63 | 205 | 0 | 106 | 25 | 42 | 476 | 66 | 53 |
| Binary | 10101001 | 110011 | 10000101 | 0 | 1000110 | 10101 | 100010 | 100111110 | 110110 | 101011 |
Color Harmonies of #A93385
Complementary color
Monochromatic Colors of #A93385
Black with #A93385
Text Example
Text Example
White with #A93385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93385; }
p { color: rgb(169,51,133); }
H1.HeaderClassName
{
color: #A93385;
}
.AnyTagClassName
{
color: #A93385;
}
</style>
background-color css
<style>
a { background-color: #A93385; }
a { background-color: rgb(169,51,133); }
div.DivClassName
{
background-color: #A93385;
}
.BgClassName
{
background-color: #A93385;
}
</style>
border-color css
<style>
span { border-color: #A93385; }
span { border-color: rgb(169,51,133); }
td.TdClassName
{
border-color: #A93385;
}
.TagClassName
{
border-color: #A93385;
}
</style>