Shades of Medium Red Violet #A6318B
Tints of Medium Red Violet #A6318B
RGB
CMYK
RGB Variations
Color information
#A6318B (or 0xA6318B) is known color: Medium Red Violet. HEX triplet: A6, 31 and 8B. RGB value is (166,49,139). Sum of RGB (Red+Green+Blue) = 166+49+139=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6318B is #59CE74. Grayscale: #5E5E5E. Windows color (decimal): -5885557 or 9122214. OLE color: 9122214.
HSL color Cylindrical-coordinate representation of color #A6318B: hue angle of 313.85º 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 #A6318B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 139 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.35 |
| HSL | 313.85º | 0.54% | 0.42% | - |
| HSV(B) | 313.85º | 0.7% | 0.65% | - |
| XYZ | 21.48 | 12.17 | 25.64 | - |
| YUV | 94.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 139 | 0 | 0.70 | 0.16 | 0.35 | 313.85 | 0.54 | 0.42 |
| Hex | A6 | 31 | 8B | 0 | 46 | 10 | 23 | 13A | 36 | 2A |
| Octal | 246 | 61 | 213 | 0 | 106 | 20 | 43 | 472 | 66 | 52 |
| Binary | 10100110 | 110001 | 10001011 | 0 | 1000110 | 10000 | 100011 | 100111010 | 110110 | 101010 |
Color Harmonies of #A6318B
Complementary color
Monochromatic Colors of #A6318B
Black with #A6318B
Text Example
Text Example
White with #A6318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6318B; }
p { color: rgb(166,49,139); }
H1.HeaderClassName
{
color: #A6318B;
}
.AnyTagClassName
{
color: #A6318B;
}
</style>
background-color css
<style>
a { background-color: #A6318B; }
a { background-color: rgb(166,49,139); }
div.DivClassName
{
background-color: #A6318B;
}
.BgClassName
{
background-color: #A6318B;
}
</style>
border-color css
<style>
span { border-color: #A6318B; }
span { border-color: rgb(166,49,139); }
td.TdClassName
{
border-color: #A6318B;
}
.TagClassName
{
border-color: #A6318B;
}
</style>