Shades of Dark Magenta #A61892
Tints of Dark Magenta #A61892
RGB
CMYK
RGB Variations
Color information
#A61892 (or 0xA61892) is known color: Dark Magenta. HEX triplet: A6, 18 and 92. RGB value is (166,24,146). Sum of RGB (Red+Green+Blue) = 166+24+146=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A61892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61892 is #59E76D. Grayscale: #505050. Windows color (decimal): -5891950 or 9574566. OLE color: 9574566.
HSL color Cylindrical-coordinate representation of color #A61892: hue angle of 308.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61892 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 146 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.35 |
| HSL | 308.45º | 0.75% | 0.37% | - |
| HSV(B) | 308.45º | 0.86% | 0.65% | - |
| XYZ | 21.24 | 10.84 | 28.17 | - |
| YUV | 80.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 146 | 0 | 0.86 | 0.12 | 0.35 | 308.45 | 0.75 | 0.37 |
| Hex | A6 | 18 | 92 | 0 | 56 | C | 23 | 134 | 4B | 25 |
| Octal | 246 | 30 | 222 | 0 | 126 | 14 | 43 | 464 | 113 | 45 |
| Binary | 10100110 | 11000 | 10010010 | 0 | 1010110 | 1100 | 100011 | 100110100 | 1001011 | 100101 |
Color Harmonies of #A61892
Complementary color
Monochromatic Colors of #A61892
Black with #A61892
Text Example
Text Example
White with #A61892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61892; }
p { color: rgb(166,24,146); }
H1.HeaderClassName
{
color: #A61892;
}
.AnyTagClassName
{
color: #A61892;
}
</style>
background-color css
<style>
a { background-color: #A61892; }
a { background-color: rgb(166,24,146); }
div.DivClassName
{
background-color: #A61892;
}
.BgClassName
{
background-color: #A61892;
}
</style>
border-color css
<style>
span { border-color: #A61892; }
span { border-color: rgb(166,24,146); }
td.TdClassName
{
border-color: #A61892;
}
.TagClassName
{
border-color: #A61892;
}
</style>