Shades of Medium Red Violet #A61C84
Tints of Medium Red Violet #A61C84
RGB
CMYK
RGB Variations
Color information
#A61C84 (or 0xA61C84) is known color: Medium Red Violet. HEX triplet: A6, 1C and 84. RGB value is (166,28,132). Sum of RGB (Red+Green+Blue) = 166+28+132=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C84 is #59E37B. Grayscale: #505050. Windows color (decimal): -5890940 or 8658086. OLE color: 8658086.
HSL color Cylindrical-coordinate representation of color #A61C84: hue angle of 314.78º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C84 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 132 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.35 |
| HSL | 314.78º | 0.71% | 0.38% | - |
| HSV(B) | 314.78º | 0.83% | 0.65% | - |
| XYZ | 20.31 | 10.6 | 22.81 | - |
| YUV | 81.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 132 | 0 | 0.83 | 0.20 | 0.35 | 314.78 | 0.71 | 0.38 |
| Hex | A6 | 1C | 84 | 0 | 53 | 14 | 23 | 13B | 47 | 26 |
| Octal | 246 | 34 | 204 | 0 | 123 | 24 | 43 | 473 | 107 | 46 |
| Binary | 10100110 | 11100 | 10000100 | 0 | 1010011 | 10100 | 100011 | 100111011 | 1000111 | 100110 |
Color Harmonies of #A61C84
Complementary color
Monochromatic Colors of #A61C84
Black with #A61C84
Text Example
Text Example
White with #A61C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C84; }
p { color: rgb(166,28,132); }
H1.HeaderClassName
{
color: #A61C84;
}
.AnyTagClassName
{
color: #A61C84;
}
</style>
background-color css
<style>
a { background-color: #A61C84; }
a { background-color: rgb(166,28,132); }
div.DivClassName
{
background-color: #A61C84;
}
.BgClassName
{
background-color: #A61C84;
}
</style>
border-color css
<style>
span { border-color: #A61C84; }
span { border-color: rgb(166,28,132); }
td.TdClassName
{
border-color: #A61C84;
}
.TagClassName
{
border-color: #A61C84;
}
</style>