Shades of Medium Red Violet #A63982
Tints of Medium Red Violet #A63982
RGB
CMYK
RGB Variations
Color information
#A63982 (or 0xA63982) is known color: Medium Red Violet. HEX triplet: A6, 39 and 82. RGB value is (166,57,130). Sum of RGB (Red+Green+Blue) = 166+57+130=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A63982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63982 is #59C67D. Grayscale: #616161. Windows color (decimal): -5883518 or 8534438. OLE color: 8534438.
HSL color Cylindrical-coordinate representation of color #A63982: hue angle of 319.82º 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 #A63982 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 130 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.35 |
| HSL | 319.82º | 0.49% | 0.44% | - |
| HSV(B) | 319.82º | 0.66% | 0.65% | - |
| XYZ | 21.22 | 12.64 | 22.44 | - |
| YUV | 97.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 130 | 0 | 0.66 | 0.22 | 0.35 | 319.82 | 0.49 | 0.44 |
| Hex | A6 | 39 | 82 | 0 | 42 | 16 | 23 | 140 | 31 | 2C |
| Octal | 246 | 71 | 202 | 0 | 102 | 26 | 43 | 500 | 61 | 54 |
| Binary | 10100110 | 111001 | 10000010 | 0 | 1000010 | 10110 | 100011 | 101000000 | 110001 | 101100 |
Color Harmonies of #A63982
Complementary color
Monochromatic Colors of #A63982
Black with #A63982
Text Example
Text Example
White with #A63982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63982; }
p { color: rgb(166,57,130); }
H1.HeaderClassName
{
color: #A63982;
}
.AnyTagClassName
{
color: #A63982;
}
</style>
background-color css
<style>
a { background-color: #A63982; }
a { background-color: rgb(166,57,130); }
div.DivClassName
{
background-color: #A63982;
}
.BgClassName
{
background-color: #A63982;
}
</style>
border-color css
<style>
span { border-color: #A63982; }
span { border-color: rgb(166,57,130); }
td.TdClassName
{
border-color: #A63982;
}
.TagClassName
{
border-color: #A63982;
}
</style>