Shades of Medium Red Violet #A6378E
Tints of Medium Red Violet #A6378E
RGB
CMYK
RGB Variations
Color information
#A6378E (or 0xA6378E) is known color: Medium Red Violet. HEX triplet: A6, 37 and 8E. RGB value is (166,55,142). Sum of RGB (Red+Green+Blue) = 166+55+142=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6378E is #59C871. Grayscale: #616161. Windows color (decimal): -5884018 or 9320358. OLE color: 9320358.
HSL color Cylindrical-coordinate representation of color #A6378E: hue angle of 312.97º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6378E is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 142 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.35 |
| HSL | 312.97º | 0.5% | 0.43% | - |
| HSV(B) | 312.97º | 0.67% | 0.65% | - |
| XYZ | 21.97 | 12.79 | 26.9 | - |
| YUV | 98.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 142 | 0 | 0.67 | 0.14 | 0.35 | 312.97 | 0.5 | 0.43 |
| Hex | A6 | 37 | 8E | 0 | 43 | E | 23 | 139 | 32 | 2B |
| Octal | 246 | 67 | 216 | 0 | 103 | 16 | 43 | 471 | 62 | 53 |
| Binary | 10100110 | 110111 | 10001110 | 0 | 1000011 | 1110 | 100011 | 100111001 | 110010 | 101011 |
Color Harmonies of #A6378E
Complementary color
Monochromatic Colors of #A6378E
Black with #A6378E
Text Example
Text Example
White with #A6378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6378E; }
p { color: rgb(166,55,142); }
H1.HeaderClassName
{
color: #A6378E;
}
.AnyTagClassName
{
color: #A6378E;
}
</style>
background-color css
<style>
a { background-color: #A6378E; }
a { background-color: rgb(166,55,142); }
div.DivClassName
{
background-color: #A6378E;
}
.BgClassName
{
background-color: #A6378E;
}
</style>
border-color css
<style>
span { border-color: #A6378E; }
span { border-color: rgb(166,55,142); }
td.TdClassName
{
border-color: #A6378E;
}
.TagClassName
{
border-color: #A6378E;
}
</style>