Shades of Medium Red Violet #A93285
Tints of Medium Red Violet #A93285
RGB
CMYK
RGB Variations
Color information
#A93285 (or 0xA93285) is known color: Medium Red Violet. HEX triplet: A9, 32 and 85. RGB value is (169,50,133). Sum of RGB (Red+Green+Blue) = 169+50+133=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A93285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93285 is #56CD7A. Grayscale: #5E5E5E. Windows color (decimal): -5688699 or 8729257. OLE color: 8729257.
HSL color Cylindrical-coordinate representation of color #A93285: hue angle of 318.15º 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 #A93285 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 133 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.34 |
| HSL | 318.15º | 0.54% | 0.43% | - |
| HSV(B) | 318.15º | 0.7% | 0.66% | - |
| XYZ | 21.74 | 12.41 | 23.44 | - |
| YUV | 95.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 133 | 0 | 0.70 | 0.21 | 0.34 | 318.15 | 0.54 | 0.43 |
| Hex | A9 | 32 | 85 | 0 | 46 | 15 | 22 | 13E | 36 | 2B |
| Octal | 251 | 62 | 205 | 0 | 106 | 25 | 42 | 476 | 66 | 53 |
| Binary | 10101001 | 110010 | 10000101 | 0 | 1000110 | 10101 | 100010 | 100111110 | 110110 | 101011 |
Color Harmonies of #A93285
Complementary color
Monochromatic Colors of #A93285
Black with #A93285
Text Example
Text Example
White with #A93285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93285; }
p { color: rgb(169,50,133); }
H1.HeaderClassName
{
color: #A93285;
}
.AnyTagClassName
{
color: #A93285;
}
</style>
background-color css
<style>
a { background-color: #A93285; }
a { background-color: rgb(169,50,133); }
div.DivClassName
{
background-color: #A93285;
}
.BgClassName
{
background-color: #A93285;
}
</style>
border-color css
<style>
span { border-color: #A93285; }
span { border-color: rgb(169,50,133); }
td.TdClassName
{
border-color: #A93285;
}
.TagClassName
{
border-color: #A93285;
}
</style>