Shades of Medium Red Violet #A1478C
Tints of Medium Red Violet #A1478C
RGB
CMYK
RGB Variations
Color information
#A1478C (or 0xA1478C) is known color: Medium Red Violet. HEX triplet: A1, 47 and 8C. RGB value is (161,71,140). Sum of RGB (Red+Green+Blue) = 161+71+140=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478C is #5EB873. Grayscale: #696969. Windows color (decimal): -6207604 or 9193377. OLE color: 9193377.
HSL color Cylindrical-coordinate representation of color #A1478C: hue angle of 314º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1478C is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 140 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.37 |
| HSL | 314º | 0.39% | 0.45% | - |
| HSV(B) | 314º | 0.56% | 0.63% | - |
| XYZ | 21.68 | 13.98 | 26.37 | - |
| YUV | 105.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 140 | 0 | 0.56 | 0.13 | 0.37 | 314 | 0.39 | 0.45 |
| Hex | A1 | 47 | 8C | 0 | 38 | D | 25 | 13A | 27 | 2D |
| Octal | 241 | 107 | 214 | 0 | 70 | 15 | 45 | 472 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10001100 | 0 | 111000 | 1101 | 100101 | 100111010 | 100111 | 101101 |
Color Harmonies of #A1478C
Complementary color
Monochromatic Colors of #A1478C
Black with #A1478C
Text Example
Text Example
White with #A1478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1478C; }
p { color: rgb(161,71,140); }
H1.HeaderClassName
{
color: #A1478C;
}
.AnyTagClassName
{
color: #A1478C;
}
</style>
background-color css
<style>
a { background-color: #A1478C; }
a { background-color: rgb(161,71,140); }
div.DivClassName
{
background-color: #A1478C;
}
.BgClassName
{
background-color: #A1478C;
}
</style>
border-color css
<style>
span { border-color: #A1478C; }
span { border-color: rgb(161,71,140); }
td.TdClassName
{
border-color: #A1478C;
}
.TagClassName
{
border-color: #A1478C;
}
</style>