Shades of Medium Red Violet #A61D92
Tints of Medium Red Violet #A61D92
RGB
CMYK
RGB Variations
Color information
#A61D92 (or 0xA61D92) is known color: Medium Red Violet. HEX triplet: A6, 1D and 92. RGB value is (166,29,146). Sum of RGB (Red+Green+Blue) = 166+29+146=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61D92 is #59E26D. Grayscale: #525252. Windows color (decimal): -5890670 or 9575846. OLE color: 9575846.
HSL color Cylindrical-coordinate representation of color #A61D92: hue angle of 308.76º degrees, saturation: 0.7, 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 #A61D92 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 146 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.35 |
| HSL | 308.76º | 0.7% | 0.38% | - |
| HSV(B) | 308.76º | 0.83% | 0.65% | - |
| XYZ | 21.35 | 11.06 | 28.2 | - |
| YUV | 83.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 146 | 0 | 0.83 | 0.12 | 0.35 | 308.76 | 0.7 | 0.38 |
| Hex | A6 | 1D | 92 | 0 | 53 | C | 23 | 135 | 46 | 26 |
| Octal | 246 | 35 | 222 | 0 | 123 | 14 | 43 | 465 | 106 | 46 |
| Binary | 10100110 | 11101 | 10010010 | 0 | 1010011 | 1100 | 100011 | 100110101 | 1000110 | 100110 |
Color Harmonies of #A61D92
Complementary color
Monochromatic Colors of #A61D92
Black with #A61D92
Text Example
Text Example
White with #A61D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D92; }
p { color: rgb(166,29,146); }
H1.HeaderClassName
{
color: #A61D92;
}
.AnyTagClassName
{
color: #A61D92;
}
</style>
background-color css
<style>
a { background-color: #A61D92; }
a { background-color: rgb(166,29,146); }
div.DivClassName
{
background-color: #A61D92;
}
.BgClassName
{
background-color: #A61D92;
}
</style>
border-color css
<style>
span { border-color: #A61D92; }
span { border-color: rgb(166,29,146); }
td.TdClassName
{
border-color: #A61D92;
}
.TagClassName
{
border-color: #A61D92;
}
</style>