Shades of Medium Red Violet #A93B85
Tints of Medium Red Violet #A93B85
RGB
CMYK
RGB Variations
Color information
#A93B85 (or 0xA93B85) is known color: Medium Red Violet. HEX triplet: A9, 3B and 85. RGB value is (169,59,133). Sum of RGB (Red+Green+Blue) = 169+59+133=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93B85 is #56C47A. Grayscale: #646464. Windows color (decimal): -5686395 or 8731561. OLE color: 8731561.
HSL color Cylindrical-coordinate representation of color #A93B85: hue angle of 319.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93B85 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 133 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.34 |
| HSL | 319.64º | 0.48% | 0.45% | - |
| HSV(B) | 319.64º | 0.65% | 0.66% | - |
| XYZ | 22.16 | 13.26 | 23.58 | - |
| YUV | 100.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 133 | 0 | 0.65 | 0.21 | 0.34 | 319.64 | 0.48 | 0.45 |
| Hex | A9 | 3B | 85 | 0 | 41 | 15 | 22 | 140 | 30 | 2D |
| Octal | 251 | 73 | 205 | 0 | 101 | 25 | 42 | 500 | 60 | 55 |
| Binary | 10101001 | 111011 | 10000101 | 0 | 1000001 | 10101 | 100010 | 101000000 | 110000 | 101101 |
Color Harmonies of #A93B85
Complementary color
Monochromatic Colors of #A93B85
Black with #A93B85
Text Example
Text Example
White with #A93B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B85; }
p { color: rgb(169,59,133); }
H1.HeaderClassName
{
color: #A93B85;
}
.AnyTagClassName
{
color: #A93B85;
}
</style>
background-color css
<style>
a { background-color: #A93B85; }
a { background-color: rgb(169,59,133); }
div.DivClassName
{
background-color: #A93B85;
}
.BgClassName
{
background-color: #A93B85;
}
</style>
border-color css
<style>
span { border-color: #A93B85; }
span { border-color: rgb(169,59,133); }
td.TdClassName
{
border-color: #A93B85;
}
.TagClassName
{
border-color: #A93B85;
}
</style>