Shades of Medium Red Violet #A93B7E
Tints of Medium Red Violet #A93B7E
RGB
CMYK
RGB Variations
Color information
#A93B7E (or 0xA93B7E) is known color: Medium Red Violet. HEX triplet: A9, 3B and 7E. RGB value is (169,59,126). Sum of RGB (Red+Green+Blue) = 169+59+126=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B7E is #56C481. Grayscale: #636363. Windows color (decimal): -5686402 or 8272809. OLE color: 8272809.
HSL color Cylindrical-coordinate representation of color #A93B7E: hue angle of 323.45º 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 #A93B7E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 126 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.34 |
| HSL | 323.45º | 0.48% | 0.45% | - |
| HSV(B) | 323.45º | 0.65% | 0.66% | - |
| XYZ | 21.69 | 13.07 | 21.12 | - |
| YUV | 99.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 126 | 0 | 0.65 | 0.25 | 0.34 | 323.45 | 0.48 | 0.45 |
| Hex | A9 | 3B | 7E | 0 | 41 | 19 | 22 | 143 | 30 | 2D |
| Octal | 251 | 73 | 176 | 0 | 101 | 31 | 42 | 503 | 60 | 55 |
| Binary | 10101001 | 111011 | 1111110 | 0 | 1000001 | 11001 | 100010 | 101000011 | 110000 | 101101 |
Color Harmonies of #A93B7E
Complementary color
Monochromatic Colors of #A93B7E
Black with #A93B7E
Text Example
Text Example
White with #A93B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B7E; }
p { color: rgb(169,59,126); }
H1.HeaderClassName
{
color: #A93B7E;
}
.AnyTagClassName
{
color: #A93B7E;
}
</style>
background-color css
<style>
a { background-color: #A93B7E; }
a { background-color: rgb(169,59,126); }
div.DivClassName
{
background-color: #A93B7E;
}
.BgClassName
{
background-color: #A93B7E;
}
</style>
border-color css
<style>
span { border-color: #A93B7E; }
span { border-color: rgb(169,59,126); }
td.TdClassName
{
border-color: #A93B7E;
}
.TagClassName
{
border-color: #A93B7E;
}
</style>