Shades of Medium Red Violet #A61C85
Tints of Medium Red Violet #A61C85
RGB
CMYK
RGB Variations
Color information
#A61C85 (or 0xA61C85) is known color: Medium Red Violet. HEX triplet: A6, 1C and 85. RGB value is (166,28,133). Sum of RGB (Red+Green+Blue) = 166+28+133=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C85 is #59E37A. Grayscale: #505050. Windows color (decimal): -5890939 or 8723622. OLE color: 8723622.
HSL color Cylindrical-coordinate representation of color #A61C85: hue angle of 314.35º 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 #A61C85 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 133 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.35 |
| HSL | 314.35º | 0.71% | 0.38% | - |
| HSV(B) | 314.35º | 0.83% | 0.65% | - |
| XYZ | 20.37 | 10.63 | 23.17 | - |
| YUV | 81.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 133 | 0 | 0.83 | 0.20 | 0.35 | 314.35 | 0.71 | 0.38 |
| Hex | A6 | 1C | 85 | 0 | 53 | 14 | 23 | 13A | 47 | 26 |
| Octal | 246 | 34 | 205 | 0 | 123 | 24 | 43 | 472 | 107 | 46 |
| Binary | 10100110 | 11100 | 10000101 | 0 | 1010011 | 10100 | 100011 | 100111010 | 1000111 | 100110 |
Color Harmonies of #A61C85
Complementary color
Monochromatic Colors of #A61C85
Black with #A61C85
Text Example
Text Example
White with #A61C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C85; }
p { color: rgb(166,28,133); }
H1.HeaderClassName
{
color: #A61C85;
}
.AnyTagClassName
{
color: #A61C85;
}
</style>
background-color css
<style>
a { background-color: #A61C85; }
a { background-color: rgb(166,28,133); }
div.DivClassName
{
background-color: #A61C85;
}
.BgClassName
{
background-color: #A61C85;
}
</style>
border-color css
<style>
span { border-color: #A61C85; }
span { border-color: rgb(166,28,133); }
td.TdClassName
{
border-color: #A61C85;
}
.TagClassName
{
border-color: #A61C85;
}
</style>