Shades of Deep Magenta #AB01BA
Tints of Deep Magenta #AB01BA
RGB
CMYK
RGB Variations
Color information
#AB01BA (or 0xAB01BA) is known color: Deep Magenta. HEX triplet: AB, 01 and BA. RGB value is (171,1,186). Sum of RGB (Red+Green+Blue) = 171+1+186=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BA is #54FE45. Grayscale: #484848. Windows color (decimal): -5570118 or 12190123. OLE color: 12190123.
HSL color Cylindrical-coordinate representation of color #AB01BA: hue angle of 295.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01BA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 1 | 186 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.27 |
| HSL | 295.14º | 0.99% | 0.37% | - |
| HSV(B) | 295.14º | 0.99% | 0.73% | - |
| XYZ | 25.67 | 12.22 | 47.46 | - |
| YUV | 72.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 186 | 0.08 | 0.99 | 0 | 0.27 | 295.14 | 0.99 | 0.37 |
| Hex | AB | 1 | BA | 8 | 63 | 0 | 1B | 127 | 63 | 25 |
| Octal | 253 | 1 | 272 | 10 | 143 | 0 | 33 | 447 | 143 | 45 |
| Binary | 10101011 | 1 | 10111010 | 1000 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AB01BA
Complementary color
Monochromatic Colors of #AB01BA
Black with #AB01BA
Text Example
Text Example
White with #AB01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01BA; }
p { color: rgb(171,1,186); }
H1.HeaderClassName
{
color: #AB01BA;
}
.AnyTagClassName
{
color: #AB01BA;
}
</style>
background-color css
<style>
a { background-color: #AB01BA; }
a { background-color: rgb(171,1,186); }
div.DivClassName
{
background-color: #AB01BA;
}
.BgClassName
{
background-color: #AB01BA;
}
</style>
border-color css
<style>
span { border-color: #AB01BA; }
span { border-color: rgb(171,1,186); }
td.TdClassName
{
border-color: #AB01BA;
}
.TagClassName
{
border-color: #AB01BA;
}
</style>