Shades of Medium Red Violet #A6218B
Tints of Medium Red Violet #A6218B
RGB
CMYK
RGB Variations
Color information
#A6218B (or 0xA6218B) is known color: Medium Red Violet. HEX triplet: A6, 21 and 8B. RGB value is (166,33,139). Sum of RGB (Red+Green+Blue) = 166+33+139=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6218B is #59DE74. Grayscale: #545454. Windows color (decimal): -5889653 or 9118118. OLE color: 9118118.
HSL color Cylindrical-coordinate representation of color #A6218B: hue angle of 312.18º 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 #A6218B is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 139 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.35 |
| HSL | 312.18º | 0.67% | 0.39% | - |
| HSV(B) | 312.18º | 0.8% | 0.65% | - |
| XYZ | 20.93 | 11.06 | 25.46 | - |
| YUV | 84.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 139 | 0 | 0.80 | 0.16 | 0.35 | 312.18 | 0.67 | 0.39 |
| Hex | A6 | 21 | 8B | 0 | 50 | 10 | 23 | 138 | 43 | 27 |
| Octal | 246 | 41 | 213 | 0 | 120 | 20 | 43 | 470 | 103 | 47 |
| Binary | 10100110 | 100001 | 10001011 | 0 | 1010000 | 10000 | 100011 | 100111000 | 1000011 | 100111 |
Color Harmonies of #A6218B
Complementary color
Monochromatic Colors of #A6218B
Black with #A6218B
Text Example
Text Example
White with #A6218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6218B; }
p { color: rgb(166,33,139); }
H1.HeaderClassName
{
color: #A6218B;
}
.AnyTagClassName
{
color: #A6218B;
}
</style>
background-color css
<style>
a { background-color: #A6218B; }
a { background-color: rgb(166,33,139); }
div.DivClassName
{
background-color: #A6218B;
}
.BgClassName
{
background-color: #A6218B;
}
</style>
border-color css
<style>
span { border-color: #A6218B; }
span { border-color: rgb(166,33,139); }
td.TdClassName
{
border-color: #A6218B;
}
.TagClassName
{
border-color: #A6218B;
}
</style>