Shades of Medium Violet Red #A6198B
Tints of Medium Violet Red #A6198B
RGB
CMYK
RGB Variations
Color information
#A6198B (or 0xA6198B) is known color: Medium Violet Red. HEX triplet: A6, 19 and 8B. RGB value is (166,25,139). Sum of RGB (Red+Green+Blue) = 166+25+139=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6198B is #59E674. Grayscale: #4F4F4F. Windows color (decimal): -5891701 or 9116070. OLE color: 9116070.
HSL color Cylindrical-coordinate representation of color #A6198B: hue angle of 311.49º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6198B is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 139 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.35 |
| HSL | 311.49º | 0.74% | 0.37% | - |
| HSV(B) | 311.49º | 0.85% | 0.65% | - |
| XYZ | 20.73 | 10.67 | 25.39 | - |
| YUV | 80.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 139 | 0 | 0.85 | 0.16 | 0.35 | 311.49 | 0.74 | 0.37 |
| Hex | A6 | 19 | 8B | 0 | 55 | 10 | 23 | 137 | 4A | 25 |
| Octal | 246 | 31 | 213 | 0 | 125 | 20 | 43 | 467 | 112 | 45 |
| Binary | 10100110 | 11001 | 10001011 | 0 | 1010101 | 10000 | 100011 | 100110111 | 1001010 | 100101 |
Color Harmonies of #A6198B
Complementary color
Monochromatic Colors of #A6198B
Black with #A6198B
Text Example
Text Example
White with #A6198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6198B; }
p { color: rgb(166,25,139); }
H1.HeaderClassName
{
color: #A6198B;
}
.AnyTagClassName
{
color: #A6198B;
}
</style>
background-color css
<style>
a { background-color: #A6198B; }
a { background-color: rgb(166,25,139); }
div.DivClassName
{
background-color: #A6198B;
}
.BgClassName
{
background-color: #A6198B;
}
</style>
border-color css
<style>
span { border-color: #A6198B; }
span { border-color: rgb(166,25,139); }
td.TdClassName
{
border-color: #A6198B;
}
.TagClassName
{
border-color: #A6198B;
}
</style>