Shades of Medium Red Violet #A93586
Tints of Medium Red Violet #A93586
RGB
CMYK
RGB Variations
Color information
#A93586 (or 0xA93586) is known color: Medium Red Violet. HEX triplet: A9, 35 and 86. RGB value is (169,53,134). Sum of RGB (Red+Green+Blue) = 169+53+134=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A93586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93586 is #56CA79. Grayscale: #606060. Windows color (decimal): -5687930 or 8795561. OLE color: 8795561.
HSL color Cylindrical-coordinate representation of color #A93586: hue angle of 318.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93586 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 134 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.34 |
| HSL | 318.1º | 0.52% | 0.44% | - |
| HSV(B) | 318.1º | 0.69% | 0.66% | - |
| XYZ | 21.94 | 12.7 | 23.85 | - |
| YUV | 96.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 134 | 0 | 0.69 | 0.21 | 0.34 | 318.1 | 0.52 | 0.44 |
| Hex | A9 | 35 | 86 | 0 | 45 | 15 | 22 | 13E | 34 | 2C |
| Octal | 251 | 65 | 206 | 0 | 105 | 25 | 42 | 476 | 64 | 54 |
| Binary | 10101001 | 110101 | 10000110 | 0 | 1000101 | 10101 | 100010 | 100111110 | 110100 | 101100 |
Color Harmonies of #A93586
Complementary color
Monochromatic Colors of #A93586
Black with #A93586
Text Example
Text Example
White with #A93586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93586; }
p { color: rgb(169,53,134); }
H1.HeaderClassName
{
color: #A93586;
}
.AnyTagClassName
{
color: #A93586;
}
</style>
background-color css
<style>
a { background-color: #A93586; }
a { background-color: rgb(169,53,134); }
div.DivClassName
{
background-color: #A93586;
}
.BgClassName
{
background-color: #A93586;
}
</style>
border-color css
<style>
span { border-color: #A93586; }
span { border-color: rgb(169,53,134); }
td.TdClassName
{
border-color: #A93586;
}
.TagClassName
{
border-color: #A93586;
}
</style>