Shades of Dark Magenta #A61C99
Tints of Dark Magenta #A61C99
RGB
CMYK
RGB Variations
Color information
#A61C99 (or 0xA61C99) is known color: Dark Magenta. HEX triplet: A6, 1C and 99. RGB value is (166,28,153). Sum of RGB (Red+Green+Blue) = 166+28+153=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C99 is #59E366. Grayscale: #535353. Windows color (decimal): -5890919 or 10034342. OLE color: 10034342.
HSL color Cylindrical-coordinate representation of color #A61C99: hue angle of 305.65º 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 #A61C99 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 153 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.35 |
| HSL | 305.65º | 0.71% | 0.38% | - |
| HSV(B) | 305.65º | 0.83% | 0.65% | - |
| XYZ | 21.89 | 11.24 | 31.15 | - |
| YUV | 83.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 153 | 0 | 0.83 | 0.08 | 0.35 | 305.65 | 0.71 | 0.38 |
| Hex | A6 | 1C | 99 | 0 | 53 | 8 | 23 | 132 | 47 | 26 |
| Octal | 246 | 34 | 231 | 0 | 123 | 10 | 43 | 462 | 107 | 46 |
| Binary | 10100110 | 11100 | 10011001 | 0 | 1010011 | 1000 | 100011 | 100110010 | 1000111 | 100110 |
Color Harmonies of #A61C99
Complementary color
Monochromatic Colors of #A61C99
Black with #A61C99
Text Example
Text Example
White with #A61C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C99; }
p { color: rgb(166,28,153); }
H1.HeaderClassName
{
color: #A61C99;
}
.AnyTagClassName
{
color: #A61C99;
}
</style>
background-color css
<style>
a { background-color: #A61C99; }
a { background-color: rgb(166,28,153); }
div.DivClassName
{
background-color: #A61C99;
}
.BgClassName
{
background-color: #A61C99;
}
</style>
border-color css
<style>
span { border-color: #A61C99; }
span { border-color: rgb(166,28,153); }
td.TdClassName
{
border-color: #A61C99;
}
.TagClassName
{
border-color: #A61C99;
}
</style>