Shades of Dark Magenta #AB0294
Tints of Dark Magenta #AB0294
RGB
CMYK
RGB Variations
Color information
#AB0294 (or 0xAB0294) is known color: Dark Magenta. HEX triplet: AB, 02 and 94. RGB value is (171,2,148). Sum of RGB (Red+Green+Blue) = 171+2+148=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0294 is #54FD6B. Grayscale: #444444. Windows color (decimal): -5569900 or 9700011. OLE color: 9700011.
HSL color Cylindrical-coordinate representation of color #AB0294: hue angle of 308.17º 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 #AB0294 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.33 |
| HSL | 308.17º | 0.98% | 0.34% | - |
| HSV(B) | 308.17º | 0.99% | 0.67% | - |
| XYZ | 22.16 | 10.84 | 28.94 | - |
| YUV | 69.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 148 | 0 | 0.99 | 0.13 | 0.33 | 308.17 | 0.98 | 0.34 |
| Hex | AB | 2 | 94 | 0 | 63 | D | 21 | 134 | 62 | 22 |
| Octal | 253 | 2 | 224 | 0 | 143 | 15 | 41 | 464 | 142 | 42 |
| Binary | 10101011 | 10 | 10010100 | 0 | 1100011 | 1101 | 100001 | 100110100 | 1100010 | 100010 |
Color Harmonies of #AB0294
Complementary color
Monochromatic Colors of #AB0294
Black with #AB0294
Text Example
Text Example
White with #AB0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0294; }
p { color: rgb(171,2,148); }
H1.HeaderClassName
{
color: #AB0294;
}
.AnyTagClassName
{
color: #AB0294;
}
</style>
background-color css
<style>
a { background-color: #AB0294; }
a { background-color: rgb(171,2,148); }
div.DivClassName
{
background-color: #AB0294;
}
.BgClassName
{
background-color: #AB0294;
}
</style>
border-color css
<style>
span { border-color: #AB0294; }
span { border-color: rgb(171,2,148); }
td.TdClassName
{
border-color: #AB0294;
}
.TagClassName
{
border-color: #AB0294;
}
</style>