Shades of Medium Red Violet #A63478
Tints of Medium Red Violet #A63478
RGB
CMYK
RGB Variations
Color information
#A63478 (or 0xA63478) is known color: Medium Red Violet. HEX triplet: A6, 34 and 78. RGB value is (166,52,120). Sum of RGB (Red+Green+Blue) = 166+52+120=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A63478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63478 is #59CB87. Grayscale: #5D5D5D. Windows color (decimal): -5884808 or 7877798. OLE color: 7877798.
HSL color Cylindrical-coordinate representation of color #A63478: hue angle of 324.21º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63478 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 120 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.35 |
| HSL | 324.21º | 0.52% | 0.43% | - |
| HSV(B) | 324.21º | 0.69% | 0.65% | - |
| XYZ | 20.34 | 11.92 | 19 | - |
| YUV | 93.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 120 | 0 | 0.69 | 0.28 | 0.35 | 324.21 | 0.52 | 0.43 |
| Hex | A6 | 34 | 78 | 0 | 45 | 1C | 23 | 144 | 34 | 2B |
| Octal | 246 | 64 | 170 | 0 | 105 | 34 | 43 | 504 | 64 | 53 |
| Binary | 10100110 | 110100 | 1111000 | 0 | 1000101 | 11100 | 100011 | 101000100 | 110100 | 101011 |
Color Harmonies of #A63478
Complementary color
Monochromatic Colors of #A63478
Black with #A63478
Text Example
Text Example
White with #A63478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63478; }
p { color: rgb(166,52,120); }
H1.HeaderClassName
{
color: #A63478;
}
.AnyTagClassName
{
color: #A63478;
}
</style>
background-color css
<style>
a { background-color: #A63478; }
a { background-color: rgb(166,52,120); }
div.DivClassName
{
background-color: #A63478;
}
.BgClassName
{
background-color: #A63478;
}
</style>
border-color css
<style>
span { border-color: #A63478; }
span { border-color: rgb(166,52,120); }
td.TdClassName
{
border-color: #A63478;
}
.TagClassName
{
border-color: #A63478;
}
</style>