Shades of Deep Magenta #AB03BA
Tints of Deep Magenta #AB03BA
RGB
CMYK
RGB Variations
Color information
#AB03BA (or 0xAB03BA) is known color: Deep Magenta. HEX triplet: AB, 03 and BA. RGB value is (171,3,186). Sum of RGB (Red+Green+Blue) = 171+3+186=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB03BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03BA is #54FC45. Grayscale: #494949. Windows color (decimal): -5569606 or 12190635. OLE color: 12190635.
HSL color Cylindrical-coordinate representation of color #AB03BA: hue angle of 295.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03BA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 3 | 186 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.27 |
| HSL | 295.08º | 0.97% | 0.37% | - |
| HSV(B) | 295.08º | 0.98% | 0.73% | - |
| XYZ | 25.69 | 12.27 | 47.47 | - |
| YUV | 74.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 186 | 0.08 | 0.98 | 0 | 0.27 | 295.08 | 0.97 | 0.37 |
| Hex | AB | 3 | BA | 8 | 62 | 0 | 1B | 127 | 61 | 25 |
| Octal | 253 | 3 | 272 | 10 | 142 | 0 | 33 | 447 | 141 | 45 |
| Binary | 10101011 | 11 | 10111010 | 1000 | 1100010 | 0 | 11011 | 100100111 | 1100001 | 100101 |
Color Harmonies of #AB03BA
Complementary color
Monochromatic Colors of #AB03BA
Black with #AB03BA
Text Example
Text Example
White with #AB03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03BA; }
p { color: rgb(171,3,186); }
H1.HeaderClassName
{
color: #AB03BA;
}
.AnyTagClassName
{
color: #AB03BA;
}
</style>
background-color css
<style>
a { background-color: #AB03BA; }
a { background-color: rgb(171,3,186); }
div.DivClassName
{
background-color: #AB03BA;
}
.BgClassName
{
background-color: #AB03BA;
}
</style>
border-color css
<style>
span { border-color: #AB03BA; }
span { border-color: rgb(171,3,186); }
td.TdClassName
{
border-color: #AB03BA;
}
.TagClassName
{
border-color: #AB03BA;
}
</style>