Shades of Medium Red Violet #A63279
Tints of Medium Red Violet #A63279
RGB
CMYK
RGB Variations
Color information
#A63279 (or 0xA63279) is known color: Medium Red Violet. HEX triplet: A6, 32 and 79. RGB value is (166,50,121). Sum of RGB (Red+Green+Blue) = 166+50+121=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A63279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63279 is #59CD86. Grayscale: #5C5C5C. Windows color (decimal): -5885319 or 7942822. OLE color: 7942822.
HSL color Cylindrical-coordinate representation of color #A63279: hue angle of 323.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63279 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 121 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.35 |
| HSL | 323.28º | 0.54% | 0.42% | - |
| HSV(B) | 323.28º | 0.7% | 0.65% | - |
| XYZ | 20.32 | 11.77 | 19.29 | - |
| YUV | 92.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 121 | 0 | 0.70 | 0.27 | 0.35 | 323.28 | 0.54 | 0.42 |
| Hex | A6 | 32 | 79 | 0 | 46 | 1B | 23 | 143 | 36 | 2A |
| Octal | 246 | 62 | 171 | 0 | 106 | 33 | 43 | 503 | 66 | 52 |
| Binary | 10100110 | 110010 | 1111001 | 0 | 1000110 | 11011 | 100011 | 101000011 | 110110 | 101010 |
Color Harmonies of #A63279
Complementary color
Monochromatic Colors of #A63279
Black with #A63279
Text Example
Text Example
White with #A63279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63279; }
p { color: rgb(166,50,121); }
H1.HeaderClassName
{
color: #A63279;
}
.AnyTagClassName
{
color: #A63279;
}
</style>
background-color css
<style>
a { background-color: #A63279; }
a { background-color: rgb(166,50,121); }
div.DivClassName
{
background-color: #A63279;
}
.BgClassName
{
background-color: #A63279;
}
</style>
border-color css
<style>
span { border-color: #A63279; }
span { border-color: rgb(166,50,121); }
td.TdClassName
{
border-color: #A63279;
}
.TagClassName
{
border-color: #A63279;
}
</style>