Shades of Deep Magenta #AB00B8
Tints of Deep Magenta #AB00B8
RGB
CMYK
RGB Variations
Color information
#AB00B8 (or 0xAB00B8) is known color: Deep Magenta. HEX triplet: AB, 00 and B8. RGB value is (171,0,184). Sum of RGB (Red+Green+Blue) = 171+0+184=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00B8 is #54FF47. Grayscale: #474747. Windows color (decimal): -5570376 or 12058795. OLE color: 12058795.
HSL color Cylindrical-coordinate representation of color #AB00B8: hue angle of 295.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00B8 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 0 | 184 | - |
| CMYK | 0.07 | 1 | 0 | 0.28 |
| HSL | 295.76º | 1% | 0.36% | - |
| HSV(B) | 295.76º | 1% | 0.72% | - |
| XYZ | 25.45 | 12.12 | 46.35 | - |
| YUV | 72.11 | 191.15 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 184 | 0.07 | 1 | 0 | 0.28 | 295.76 | 1 | 0.36 |
| Hex | AB | 0 | B8 | 7 | 64 | 0 | 1C | 128 | 64 | 24 |
| Octal | 253 | 0 | 270 | 7 | 144 | 0 | 34 | 450 | 144 | 44 |
| Binary | 10101011 | 0 | 10111000 | 111 | 1100100 | 0 | 11100 | 100101000 | 1100100 | 100100 |
Color Harmonies of #AB00B8
Complementary color
Monochromatic Colors of #AB00B8
Black with #AB00B8
Text Example
Text Example
White with #AB00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00B8; }
p { color: rgb(171,0,184); }
H1.HeaderClassName
{
color: #AB00B8;
}
.AnyTagClassName
{
color: #AB00B8;
}
</style>
background-color css
<style>
a { background-color: #AB00B8; }
a { background-color: rgb(171,0,184); }
div.DivClassName
{
background-color: #AB00B8;
}
.BgClassName
{
background-color: #AB00B8;
}
</style>
border-color css
<style>
span { border-color: #AB00B8; }
span { border-color: rgb(171,0,184); }
td.TdClassName
{
border-color: #AB00B8;
}
.TagClassName
{
border-color: #AB00B8;
}
</style>