Shades of Medium Red Violet #A73984
Tints of Medium Red Violet #A73984
RGB
CMYK
RGB Variations
Color information
#A73984 (or 0xA73984) is known color: Medium Red Violet. HEX triplet: A7, 39 and 84. RGB value is (167,57,132). Sum of RGB (Red+Green+Blue) = 167+57+132=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A73984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73984 is #58C67B. Grayscale: #626262. Windows color (decimal): -5817980 or 8665511. OLE color: 8665511.
HSL color Cylindrical-coordinate representation of color #A73984: hue angle of 319.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73984 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 132 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.35 |
| HSL | 319.09º | 0.49% | 0.44% | - |
| HSV(B) | 319.09º | 0.66% | 0.65% | - |
| XYZ | 21.56 | 12.81 | 23.17 | - |
| YUV | 98.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 132 | 0 | 0.66 | 0.21 | 0.35 | 319.09 | 0.49 | 0.44 |
| Hex | A7 | 39 | 84 | 0 | 42 | 15 | 23 | 13F | 31 | 2C |
| Octal | 247 | 71 | 204 | 0 | 102 | 25 | 43 | 477 | 61 | 54 |
| Binary | 10100111 | 111001 | 10000100 | 0 | 1000010 | 10101 | 100011 | 100111111 | 110001 | 101100 |
Color Harmonies of #A73984
Complementary color
Monochromatic Colors of #A73984
Black with #A73984
Text Example
Text Example
White with #A73984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73984; }
p { color: rgb(167,57,132); }
H1.HeaderClassName
{
color: #A73984;
}
.AnyTagClassName
{
color: #A73984;
}
</style>
background-color css
<style>
a { background-color: #A73984; }
a { background-color: rgb(167,57,132); }
div.DivClassName
{
background-color: #A73984;
}
.BgClassName
{
background-color: #A73984;
}
</style>
border-color css
<style>
span { border-color: #A73984; }
span { border-color: rgb(167,57,132); }
td.TdClassName
{
border-color: #A73984;
}
.TagClassName
{
border-color: #A73984;
}
</style>