Shades of Medium Red Violet #A61C88
Tints of Medium Red Violet #A61C88
RGB
CMYK
RGB Variations
Color information
#A61C88 (or 0xA61C88) is known color: Medium Red Violet. HEX triplet: A6, 1C and 88. RGB value is (166,28,136). Sum of RGB (Red+Green+Blue) = 166+28+136=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C88 is #59E377. Grayscale: #515151. Windows color (decimal): -5890936 or 8920230. OLE color: 8920230.
HSL color Cylindrical-coordinate representation of color #A61C88: hue angle of 313.04º 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 #A61C88 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 136 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.35 |
| HSL | 313.04º | 0.71% | 0.38% | - |
| HSV(B) | 313.04º | 0.83% | 0.65% | - |
| XYZ | 20.59 | 10.72 | 24.28 | - |
| YUV | 81.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 136 | 0 | 0.83 | 0.18 | 0.35 | 313.04 | 0.71 | 0.38 |
| Hex | A6 | 1C | 88 | 0 | 53 | 12 | 23 | 139 | 47 | 26 |
| Octal | 246 | 34 | 210 | 0 | 123 | 22 | 43 | 471 | 107 | 46 |
| Binary | 10100110 | 11100 | 10001000 | 0 | 1010011 | 10010 | 100011 | 100111001 | 1000111 | 100110 |
Color Harmonies of #A61C88
Complementary color
Monochromatic Colors of #A61C88
Black with #A61C88
Text Example
Text Example
White with #A61C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C88; }
p { color: rgb(166,28,136); }
H1.HeaderClassName
{
color: #A61C88;
}
.AnyTagClassName
{
color: #A61C88;
}
</style>
background-color css
<style>
a { background-color: #A61C88; }
a { background-color: rgb(166,28,136); }
div.DivClassName
{
background-color: #A61C88;
}
.BgClassName
{
background-color: #A61C88;
}
</style>
border-color css
<style>
span { border-color: #A61C88; }
span { border-color: rgb(166,28,136); }
td.TdClassName
{
border-color: #A61C88;
}
.TagClassName
{
border-color: #A61C88;
}
</style>