Shades of Dark Magenta #A61998
Tints of Dark Magenta #A61998
RGB
CMYK
RGB Variations
Color information
#A61998 (or 0xA61998) is known color: Dark Magenta. HEX triplet: A6, 19 and 98. RGB value is (166,25,152). Sum of RGB (Red+Green+Blue) = 166+25+152=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A61998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61998 is #59E667. Grayscale: #515151. Windows color (decimal): -5891688 or 9968038. OLE color: 9968038.
HSL color Cylindrical-coordinate representation of color #A61998: hue angle of 305.96º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61998 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 152 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.35 |
| HSL | 305.96º | 0.74% | 0.37% | - |
| HSV(B) | 305.96º | 0.85% | 0.65% | - |
| XYZ | 21.74 | 11.07 | 30.7 | - |
| YUV | 81.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 152 | 0 | 0.85 | 0.08 | 0.35 | 305.96 | 0.74 | 0.37 |
| Hex | A6 | 19 | 98 | 0 | 55 | 8 | 23 | 132 | 4A | 25 |
| Octal | 246 | 31 | 230 | 0 | 125 | 10 | 43 | 462 | 112 | 45 |
| Binary | 10100110 | 11001 | 10011000 | 0 | 1010101 | 1000 | 100011 | 100110010 | 1001010 | 100101 |
Color Harmonies of #A61998
Complementary color
Monochromatic Colors of #A61998
Black with #A61998
Text Example
Text Example
White with #A61998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61998; }
p { color: rgb(166,25,152); }
H1.HeaderClassName
{
color: #A61998;
}
.AnyTagClassName
{
color: #A61998;
}
</style>
background-color css
<style>
a { background-color: #A61998; }
a { background-color: rgb(166,25,152); }
div.DivClassName
{
background-color: #A61998;
}
.BgClassName
{
background-color: #A61998;
}
</style>
border-color css
<style>
span { border-color: #A61998; }
span { border-color: rgb(166,25,152); }
td.TdClassName
{
border-color: #A61998;
}
.TagClassName
{
border-color: #A61998;
}
</style>