Shades of Medium Red Violet #A6317B
Tints of Medium Red Violet #A6317B
RGB
CMYK
RGB Variations
Color information
#A6317B (or 0xA6317B) is known color: Medium Red Violet. HEX triplet: A6, 31 and 7B. RGB value is (166,49,123). Sum of RGB (Red+Green+Blue) = 166+49+123=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6317B is #59CE84. Grayscale: #5C5C5C. Windows color (decimal): -5885573 or 8073638. OLE color: 8073638.
HSL color Cylindrical-coordinate representation of color #A6317B: hue angle of 322.05º 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 #A6317B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 123 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.35 |
| HSL | 322.05º | 0.54% | 0.42% | - |
| HSV(B) | 322.05º | 0.7% | 0.65% | - |
| XYZ | 20.4 | 11.73 | 19.93 | - |
| YUV | 92.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 123 | 0 | 0.70 | 0.26 | 0.35 | 322.05 | 0.54 | 0.42 |
| Hex | A6 | 31 | 7B | 0 | 46 | 1A | 23 | 142 | 36 | 2A |
| Octal | 246 | 61 | 173 | 0 | 106 | 32 | 43 | 502 | 66 | 52 |
| Binary | 10100110 | 110001 | 1111011 | 0 | 1000110 | 11010 | 100011 | 101000010 | 110110 | 101010 |
Color Harmonies of #A6317B
Complementary color
Monochromatic Colors of #A6317B
Black with #A6317B
Text Example
Text Example
White with #A6317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6317B; }
p { color: rgb(166,49,123); }
H1.HeaderClassName
{
color: #A6317B;
}
.AnyTagClassName
{
color: #A6317B;
}
</style>
background-color css
<style>
a { background-color: #A6317B; }
a { background-color: rgb(166,49,123); }
div.DivClassName
{
background-color: #A6317B;
}
.BgClassName
{
background-color: #A6317B;
}
</style>
border-color css
<style>
span { border-color: #A6317B; }
span { border-color: rgb(166,49,123); }
td.TdClassName
{
border-color: #A6317B;
}
.TagClassName
{
border-color: #A6317B;
}
</style>