Shades of Medium Red Violet #A6318E
Tints of Medium Red Violet #A6318E
RGB
CMYK
RGB Variations
Color information
#A6318E (or 0xA6318E) is known color: Medium Red Violet. HEX triplet: A6, 31 and 8E. RGB value is (166,49,142). Sum of RGB (Red+Green+Blue) = 166+49+142=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6318E is #59CE71. Grayscale: #5E5E5E. Windows color (decimal): -5885554 or 9318822. OLE color: 9318822.
HSL color Cylindrical-coordinate representation of color #A6318E: hue angle of 312.31º 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 #A6318E is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 142 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.35 |
| HSL | 312.31º | 0.54% | 0.42% | - |
| HSV(B) | 312.31º | 0.7% | 0.65% | - |
| XYZ | 21.71 | 12.26 | 26.81 | - |
| YUV | 94.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 142 | 0 | 0.70 | 0.14 | 0.35 | 312.31 | 0.54 | 0.42 |
| Hex | A6 | 31 | 8E | 0 | 46 | E | 23 | 138 | 36 | 2A |
| Octal | 246 | 61 | 216 | 0 | 106 | 16 | 43 | 470 | 66 | 52 |
| Binary | 10100110 | 110001 | 10001110 | 0 | 1000110 | 1110 | 100011 | 100111000 | 110110 | 101010 |
Color Harmonies of #A6318E
Complementary color
Monochromatic Colors of #A6318E
Black with #A6318E
Text Example
Text Example
White with #A6318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6318E; }
p { color: rgb(166,49,142); }
H1.HeaderClassName
{
color: #A6318E;
}
.AnyTagClassName
{
color: #A6318E;
}
</style>
background-color css
<style>
a { background-color: #A6318E; }
a { background-color: rgb(166,49,142); }
div.DivClassName
{
background-color: #A6318E;
}
.BgClassName
{
background-color: #A6318E;
}
</style>
border-color css
<style>
span { border-color: #A6318E; }
span { border-color: rgb(166,49,142); }
td.TdClassName
{
border-color: #A6318E;
}
.TagClassName
{
border-color: #A6318E;
}
</style>