Shades of Medium Red Violet #A73982
Tints of Medium Red Violet #A73982
RGB
CMYK
RGB Variations
Color information
#A73982 (or 0xA73982) is known color: Medium Red Violet. HEX triplet: A7, 39 and 82. RGB value is (167,57,130). Sum of RGB (Red+Green+Blue) = 167+57+130=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A73982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73982 is #58C67D. Grayscale: #626262. Windows color (decimal): -5817982 or 8534439. OLE color: 8534439.
HSL color Cylindrical-coordinate representation of color #A73982: hue angle of 320.18º 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 #A73982 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 130 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.35 |
| HSL | 320.18º | 0.49% | 0.44% | - |
| HSV(B) | 320.18º | 0.66% | 0.65% | - |
| XYZ | 21.43 | 12.75 | 22.45 | - |
| YUV | 98.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 130 | 0 | 0.66 | 0.22 | 0.35 | 320.18 | 0.49 | 0.44 |
| Hex | A7 | 39 | 82 | 0 | 42 | 16 | 23 | 140 | 31 | 2C |
| Octal | 247 | 71 | 202 | 0 | 102 | 26 | 43 | 500 | 61 | 54 |
| Binary | 10100111 | 111001 | 10000010 | 0 | 1000010 | 10110 | 100011 | 101000000 | 110001 | 101100 |
Color Harmonies of #A73982
Complementary color
Monochromatic Colors of #A73982
Black with #A73982
Text Example
Text Example
White with #A73982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73982; }
p { color: rgb(167,57,130); }
H1.HeaderClassName
{
color: #A73982;
}
.AnyTagClassName
{
color: #A73982;
}
</style>
background-color css
<style>
a { background-color: #A73982; }
a { background-color: rgb(167,57,130); }
div.DivClassName
{
background-color: #A73982;
}
.BgClassName
{
background-color: #A73982;
}
</style>
border-color css
<style>
span { border-color: #A73982; }
span { border-color: rgb(167,57,130); }
td.TdClassName
{
border-color: #A73982;
}
.TagClassName
{
border-color: #A73982;
}
</style>