Shades of Medium Red Violet #A61C92
Tints of Medium Red Violet #A61C92
RGB
CMYK
RGB Variations
Color information
#A61C92 (or 0xA61C92) is known color: Medium Red Violet. HEX triplet: A6, 1C and 92. RGB value is (166,28,146). Sum of RGB (Red+Green+Blue) = 166+28+146=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C92 is #59E36D. Grayscale: #525252. Windows color (decimal): -5890926 or 9575590. OLE color: 9575590.
HSL color Cylindrical-coordinate representation of color #A61C92: hue angle of 308.7º 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 #A61C92 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 146 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.35 |
| HSL | 308.7º | 0.71% | 0.38% | - |
| HSV(B) | 308.7º | 0.83% | 0.65% | - |
| XYZ | 21.33 | 11.01 | 28.2 | - |
| YUV | 82.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 146 | 0 | 0.83 | 0.12 | 0.35 | 308.7 | 0.71 | 0.38 |
| Hex | A6 | 1C | 92 | 0 | 53 | C | 23 | 135 | 47 | 26 |
| Octal | 246 | 34 | 222 | 0 | 123 | 14 | 43 | 465 | 107 | 46 |
| Binary | 10100110 | 11100 | 10010010 | 0 | 1010011 | 1100 | 100011 | 100110101 | 1000111 | 100110 |
Color Harmonies of #A61C92
Complementary color
Monochromatic Colors of #A61C92
Black with #A61C92
Text Example
Text Example
White with #A61C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C92; }
p { color: rgb(166,28,146); }
H1.HeaderClassName
{
color: #A61C92;
}
.AnyTagClassName
{
color: #A61C92;
}
</style>
background-color css
<style>
a { background-color: #A61C92; }
a { background-color: rgb(166,28,146); }
div.DivClassName
{
background-color: #A61C92;
}
.BgClassName
{
background-color: #A61C92;
}
</style>
border-color css
<style>
span { border-color: #A61C92; }
span { border-color: rgb(166,28,146); }
td.TdClassName
{
border-color: #A61C92;
}
.TagClassName
{
border-color: #A61C92;
}
</style>