Shades of Medium Red Violet #A63878
Tints of Medium Red Violet #A63878
RGB
CMYK
RGB Variations
Color information
#A63878 (or 0xA63878) is known color: Medium Red Violet. HEX triplet: A6, 38 and 78. RGB value is (166,56,120). Sum of RGB (Red+Green+Blue) = 166+56+120=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A63878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63878 is #59C787. Grayscale: #606060. Windows color (decimal): -5883784 or 7878822. OLE color: 7878822.
HSL color Cylindrical-coordinate representation of color #A63878: hue angle of 325.09º degrees, saturation: 0.5, 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 #A63878 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 120 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.35 |
| HSL | 325.09º | 0.5% | 0.44% | - |
| HSV(B) | 325.09º | 0.66% | 0.65% | - |
| XYZ | 20.53 | 12.29 | 19.06 | - |
| YUV | 96.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 120 | 0 | 0.66 | 0.28 | 0.35 | 325.09 | 0.5 | 0.44 |
| Hex | A6 | 38 | 78 | 0 | 42 | 1C | 23 | 145 | 32 | 2C |
| Octal | 246 | 70 | 170 | 0 | 102 | 34 | 43 | 505 | 62 | 54 |
| Binary | 10100110 | 111000 | 1111000 | 0 | 1000010 | 11100 | 100011 | 101000101 | 110010 | 101100 |
Color Harmonies of #A63878
Complementary color
Monochromatic Colors of #A63878
Black with #A63878
Text Example
Text Example
White with #A63878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63878; }
p { color: rgb(166,56,120); }
H1.HeaderClassName
{
color: #A63878;
}
.AnyTagClassName
{
color: #A63878;
}
</style>
background-color css
<style>
a { background-color: #A63878; }
a { background-color: rgb(166,56,120); }
div.DivClassName
{
background-color: #A63878;
}
.BgClassName
{
background-color: #A63878;
}
</style>
border-color css
<style>
span { border-color: #A63878; }
span { border-color: rgb(166,56,120); }
td.TdClassName
{
border-color: #A63878;
}
.TagClassName
{
border-color: #A63878;
}
</style>