Shades of Medium Red Violet #A93A90
Tints of Medium Red Violet #A93A90
RGB
CMYK
RGB Variations
Color information
#A93A90 (or 0xA93A90) is known color: Medium Red Violet. HEX triplet: A9, 3A and 90. RGB value is (169,58,144). Sum of RGB (Red+Green+Blue) = 169+58+144=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A90 is #56C56F. Grayscale: #646464. Windows color (decimal): -5686640 or 9452201. OLE color: 9452201.
HSL color Cylindrical-coordinate representation of color #A93A90: hue angle of 313.51º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93A90 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 144 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.34 |
| HSL | 313.51º | 0.49% | 0.45% | - |
| HSV(B) | 313.51º | 0.66% | 0.66% | - |
| XYZ | 22.91 | 13.47 | 27.78 | - |
| YUV | 100.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 144 | 0 | 0.66 | 0.15 | 0.34 | 313.51 | 0.49 | 0.45 |
| Hex | A9 | 3A | 90 | 0 | 42 | F | 22 | 13A | 31 | 2D |
| Octal | 251 | 72 | 220 | 0 | 102 | 17 | 42 | 472 | 61 | 55 |
| Binary | 10101001 | 111010 | 10010000 | 0 | 1000010 | 1111 | 100010 | 100111010 | 110001 | 101101 |
Color Harmonies of #A93A90
Complementary color
Monochromatic Colors of #A93A90
Black with #A93A90
Text Example
Text Example
White with #A93A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A90; }
p { color: rgb(169,58,144); }
H1.HeaderClassName
{
color: #A93A90;
}
.AnyTagClassName
{
color: #A93A90;
}
</style>
background-color css
<style>
a { background-color: #A93A90; }
a { background-color: rgb(169,58,144); }
div.DivClassName
{
background-color: #A93A90;
}
.BgClassName
{
background-color: #A93A90;
}
</style>
border-color css
<style>
span { border-color: #A93A90; }
span { border-color: rgb(169,58,144); }
td.TdClassName
{
border-color: #A93A90;
}
.TagClassName
{
border-color: #A93A90;
}
</style>