Shades of Dark Magenta #AB0288
Tints of Dark Magenta #AB0288
RGB
CMYK
RGB Variations
Color information
#AB0288 (or 0xAB0288) is known color: Dark Magenta. HEX triplet: AB, 02 and 88. RGB value is (171,2,136). Sum of RGB (Red+Green+Blue) = 171+2+136=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0288 is #54FD77. Grayscale: #434343. Windows color (decimal): -5569912 or 8913579. OLE color: 8913579.
HSL color Cylindrical-coordinate representation of color #AB0288: hue angle of 312.43º 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 #AB0288 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.33 |
| HSL | 312.43º | 0.98% | 0.34% | - |
| HSV(B) | 312.43º | 0.99% | 0.67% | - |
| XYZ | 21.26 | 10.48 | 24.19 | - |
| YUV | 67.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 136 | 0 | 0.99 | 0.20 | 0.33 | 312.43 | 0.98 | 0.34 |
| Hex | AB | 2 | 88 | 0 | 63 | 14 | 21 | 138 | 62 | 22 |
| Octal | 253 | 2 | 210 | 0 | 143 | 24 | 41 | 470 | 142 | 42 |
| Binary | 10101011 | 10 | 10001000 | 0 | 1100011 | 10100 | 100001 | 100111000 | 1100010 | 100010 |
Color Harmonies of #AB0288
Complementary color
Monochromatic Colors of #AB0288
Black with #AB0288
Text Example
Text Example
White with #AB0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0288; }
p { color: rgb(171,2,136); }
H1.HeaderClassName
{
color: #AB0288;
}
.AnyTagClassName
{
color: #AB0288;
}
</style>
background-color css
<style>
a { background-color: #AB0288; }
a { background-color: rgb(171,2,136); }
div.DivClassName
{
background-color: #AB0288;
}
.BgClassName
{
background-color: #AB0288;
}
</style>
border-color css
<style>
span { border-color: #AB0288; }
span { border-color: rgb(171,2,136); }
td.TdClassName
{
border-color: #AB0288;
}
.TagClassName
{
border-color: #AB0288;
}
</style>