Shades of Medium Red Violet #A93073
Tints of Medium Red Violet #A93073
RGB
CMYK
RGB Variations
Color information
#A93073 (or 0xA93073) is known color: Medium Red Violet. HEX triplet: A9, 30 and 73. RGB value is (169,48,115). Sum of RGB (Red+Green+Blue) = 169+48+115=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A93073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93073 is #56CF8C. Grayscale: #5B5B5B. Windows color (decimal): -5689229 or 7549097. OLE color: 7549097.
HSL color Cylindrical-coordinate representation of color #A93073: hue angle of 326.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93073 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 115 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.34 |
| HSL | 326.78º | 0.56% | 0.43% | - |
| HSV(B) | 326.78º | 0.72% | 0.66% | - |
| XYZ | 20.51 | 11.79 | 17.41 | - |
| YUV | 91.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 115 | 0 | 0.72 | 0.32 | 0.34 | 326.78 | 0.56 | 0.43 |
| Hex | A9 | 30 | 73 | 0 | 48 | 20 | 22 | 147 | 38 | 2B |
| Octal | 251 | 60 | 163 | 0 | 110 | 40 | 42 | 507 | 70 | 53 |
| Binary | 10101001 | 110000 | 1110011 | 0 | 1001000 | 100000 | 100010 | 101000111 | 111000 | 101011 |
Color Harmonies of #A93073
Complementary color
Monochromatic Colors of #A93073
Black with #A93073
Text Example
Text Example
White with #A93073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93073; }
p { color: rgb(169,48,115); }
H1.HeaderClassName
{
color: #A93073;
}
.AnyTagClassName
{
color: #A93073;
}
</style>
background-color css
<style>
a { background-color: #A93073; }
a { background-color: rgb(169,48,115); }
div.DivClassName
{
background-color: #A93073;
}
.BgClassName
{
background-color: #A93073;
}
</style>
border-color css
<style>
span { border-color: #A93073; }
span { border-color: rgb(169,48,115); }
td.TdClassName
{
border-color: #A93073;
}
.TagClassName
{
border-color: #A93073;
}
</style>