Shades of Dark Magenta #A61899
Tints of Dark Magenta #A61899
RGB
CMYK
RGB Variations
Color information
#A61899 (or 0xA61899) is known color: Dark Magenta. HEX triplet: A6, 18 and 99. RGB value is (166,24,153). Sum of RGB (Red+Green+Blue) = 166+24+153=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A61899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61899 is #59E766. Grayscale: #505050. Windows color (decimal): -5891943 or 10033318. OLE color: 10033318.
HSL color Cylindrical-coordinate representation of color #A61899: hue angle of 305.49º 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 #A61899 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 153 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.35 |
| HSL | 305.49º | 0.75% | 0.37% | - |
| HSV(B) | 305.49º | 0.86% | 0.65% | - |
| XYZ | 21.8 | 11.06 | 31.12 | - |
| YUV | 81.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 153 | 0 | 0.86 | 0.08 | 0.35 | 305.49 | 0.75 | 0.37 |
| Hex | A6 | 18 | 99 | 0 | 56 | 8 | 23 | 131 | 4B | 25 |
| Octal | 246 | 30 | 231 | 0 | 126 | 10 | 43 | 461 | 113 | 45 |
| Binary | 10100110 | 11000 | 10011001 | 0 | 1010110 | 1000 | 100011 | 100110001 | 1001011 | 100101 |
Color Harmonies of #A61899
Complementary color
Monochromatic Colors of #A61899
Black with #A61899
Text Example
Text Example
White with #A61899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61899; }
p { color: rgb(166,24,153); }
H1.HeaderClassName
{
color: #A61899;
}
.AnyTagClassName
{
color: #A61899;
}
</style>
background-color css
<style>
a { background-color: #A61899; }
a { background-color: rgb(166,24,153); }
div.DivClassName
{
background-color: #A61899;
}
.BgClassName
{
background-color: #A61899;
}
</style>
border-color css
<style>
span { border-color: #A61899; }
span { border-color: rgb(166,24,153); }
td.TdClassName
{
border-color: #A61899;
}
.TagClassName
{
border-color: #A61899;
}
</style>