Shades of Dark Magenta #AB1DA6
Tints of Dark Magenta #AB1DA6
RGB
CMYK
RGB Variations
Color information
#AB1DA6 (or 0xAB1DA6) is known color: Dark Magenta. HEX triplet: AB, 1D and A6. RGB value is (171,29,166). Sum of RGB (Red+Green+Blue) = 171+29+166=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1DA6 is #54E259. Grayscale: #565656. Windows color (decimal): -5562970 or 10886571. OLE color: 10886571.
HSL color Cylindrical-coordinate representation of color #AB1DA6: hue angle of 302.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1DA6 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 166 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.33 |
| HSL | 302.11º | 0.71% | 0.39% | - |
| HSV(B) | 302.11º | 0.83% | 0.67% | - |
| XYZ | 24.12 | 12.29 | 37.18 | - |
| YUV | 87.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 166 | 0 | 0.83 | 0.03 | 0.33 | 302.11 | 0.71 | 0.39 |
| Hex | AB | 1D | A6 | 0 | 53 | 3 | 21 | 12E | 47 | 27 |
| Octal | 253 | 35 | 246 | 0 | 123 | 3 | 41 | 456 | 107 | 47 |
| Binary | 10101011 | 11101 | 10100110 | 0 | 1010011 | 11 | 100001 | 100101110 | 1000111 | 100111 |
Color Harmonies of #AB1DA6
Complementary color
Monochromatic Colors of #AB1DA6
Black with #AB1DA6
Text Example
Text Example
White with #AB1DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DA6; }
p { color: rgb(171,29,166); }
H1.HeaderClassName
{
color: #AB1DA6;
}
.AnyTagClassName
{
color: #AB1DA6;
}
</style>
background-color css
<style>
a { background-color: #AB1DA6; }
a { background-color: rgb(171,29,166); }
div.DivClassName
{
background-color: #AB1DA6;
}
.BgClassName
{
background-color: #AB1DA6;
}
</style>
border-color css
<style>
span { border-color: #AB1DA6; }
span { border-color: rgb(171,29,166); }
td.TdClassName
{
border-color: #AB1DA6;
}
.TagClassName
{
border-color: #AB1DA6;
}
</style>