Shades of Medium Red Violet #A62C8F
Tints of Medium Red Violet #A62C8F
RGB
CMYK
RGB Variations
Color information
#A62C8F (or 0xA62C8F) is known color: Medium Red Violet. HEX triplet: A6, 2C and 8F. RGB value is (166,44,143). Sum of RGB (Red+Green+Blue) = 166+44+143=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62C8F is #59D370. Grayscale: #5B5B5B. Windows color (decimal): -5886833 or 9383078. OLE color: 9383078.
HSL color Cylindrical-coordinate representation of color #A62C8F: hue angle of 311.31º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62C8F is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 44 | 143 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.35 |
| HSL | 311.31º | 0.58% | 0.41% | - |
| HSV(B) | 311.31º | 0.73% | 0.65% | - |
| XYZ | 21.58 | 11.89 | 27.14 | - |
| YUV | 91.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 143 | 0 | 0.73 | 0.14 | 0.35 | 311.31 | 0.58 | 0.41 |
| Hex | A6 | 2C | 8F | 0 | 49 | E | 23 | 137 | 3A | 29 |
| Octal | 246 | 54 | 217 | 0 | 111 | 16 | 43 | 467 | 72 | 51 |
| Binary | 10100110 | 101100 | 10001111 | 0 | 1001001 | 1110 | 100011 | 100110111 | 111010 | 101001 |
Color Harmonies of #A62C8F
Complementary color
Monochromatic Colors of #A62C8F
Black with #A62C8F
Text Example
Text Example
White with #A62C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62C8F; }
p { color: rgb(166,44,143); }
H1.HeaderClassName
{
color: #A62C8F;
}
.AnyTagClassName
{
color: #A62C8F;
}
</style>
background-color css
<style>
a { background-color: #A62C8F; }
a { background-color: rgb(166,44,143); }
div.DivClassName
{
background-color: #A62C8F;
}
.BgClassName
{
background-color: #A62C8F;
}
</style>
border-color css
<style>
span { border-color: #A62C8F; }
span { border-color: rgb(166,44,143); }
td.TdClassName
{
border-color: #A62C8F;
}
.TagClassName
{
border-color: #A62C8F;
}
</style>