Shades of Dark Magenta #AB0292
Tints of Dark Magenta #AB0292
RGB
CMYK
RGB Variations
Color information
#AB0292 (or 0xAB0292) is known color: Dark Magenta. HEX triplet: AB, 02 and 92. RGB value is (171,2,146). Sum of RGB (Red+Green+Blue) = 171+2+146=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0292 is #54FD6D. Grayscale: #444444. Windows color (decimal): -5569902 or 9568939. OLE color: 9568939.
HSL color Cylindrical-coordinate representation of color #AB0292: hue angle of 308.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0292 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.33 |
| HSL | 308.88º | 0.98% | 0.34% | - |
| HSV(B) | 308.88º | 0.99% | 0.67% | - |
| XYZ | 22 | 10.78 | 28.11 | - |
| YUV | 68.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 146 | 0 | 0.99 | 0.15 | 0.33 | 308.88 | 0.98 | 0.34 |
| Hex | AB | 2 | 92 | 0 | 63 | F | 21 | 135 | 62 | 22 |
| Octal | 253 | 2 | 222 | 0 | 143 | 17 | 41 | 465 | 142 | 42 |
| Binary | 10101011 | 10 | 10010010 | 0 | 1100011 | 1111 | 100001 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AB0292
Complementary color
Monochromatic Colors of #AB0292
Black with #AB0292
Text Example
Text Example
White with #AB0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0292; }
p { color: rgb(171,2,146); }
H1.HeaderClassName
{
color: #AB0292;
}
.AnyTagClassName
{
color: #AB0292;
}
</style>
background-color css
<style>
a { background-color: #AB0292; }
a { background-color: rgb(171,2,146); }
div.DivClassName
{
background-color: #AB0292;
}
.BgClassName
{
background-color: #AB0292;
}
</style>
border-color css
<style>
span { border-color: #AB0292; }
span { border-color: rgb(171,2,146); }
td.TdClassName
{
border-color: #AB0292;
}
.TagClassName
{
border-color: #AB0292;
}
</style>