Shades of Medium Red Violet #A6218D
Tints of Medium Red Violet #A6218D
RGB
CMYK
RGB Variations
Color information
#A6218D (or 0xA6218D) is known color: Medium Red Violet. HEX triplet: A6, 21 and 8D. RGB value is (166,33,141). Sum of RGB (Red+Green+Blue) = 166+33+141=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6218D is #59DE72. Grayscale: #545454. Windows color (decimal): -5889651 or 9249190. OLE color: 9249190.
HSL color Cylindrical-coordinate representation of color #A6218D: hue angle of 311.28º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6218D is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 141 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.35 |
| HSL | 311.28º | 0.67% | 0.39% | - |
| HSV(B) | 311.28º | 0.8% | 0.65% | - |
| XYZ | 21.08 | 11.12 | 26.23 | - |
| YUV | 85.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 141 | 0 | 0.80 | 0.15 | 0.35 | 311.28 | 0.67 | 0.39 |
| Hex | A6 | 21 | 8D | 0 | 50 | F | 23 | 137 | 43 | 27 |
| Octal | 246 | 41 | 215 | 0 | 120 | 17 | 43 | 467 | 103 | 47 |
| Binary | 10100110 | 100001 | 10001101 | 0 | 1010000 | 1111 | 100011 | 100110111 | 1000011 | 100111 |
Color Harmonies of #A6218D
Complementary color
Monochromatic Colors of #A6218D
Black with #A6218D
Text Example
Text Example
White with #A6218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6218D; }
p { color: rgb(166,33,141); }
H1.HeaderClassName
{
color: #A6218D;
}
.AnyTagClassName
{
color: #A6218D;
}
</style>
background-color css
<style>
a { background-color: #A6218D; }
a { background-color: rgb(166,33,141); }
div.DivClassName
{
background-color: #A6218D;
}
.BgClassName
{
background-color: #A6218D;
}
</style>
border-color css
<style>
span { border-color: #A6218D; }
span { border-color: rgb(166,33,141); }
td.TdClassName
{
border-color: #A6218D;
}
.TagClassName
{
border-color: #A6218D;
}
</style>