Shades of Deep Magenta #AB0DBA
Tints of Deep Magenta #AB0DBA
RGB
CMYK
RGB Variations
Color information
#AB0DBA (or 0xAB0DBA) is known color: Deep Magenta. HEX triplet: AB, 0D and BA. RGB value is (171,13,186). Sum of RGB (Red+Green+Blue) = 171+13+186=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DBA is #54F245. Grayscale: #4F4F4F. Windows color (decimal): -5567046 or 12193195. OLE color: 12193195.
HSL color Cylindrical-coordinate representation of color #AB0DBA: hue angle of 294.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DBA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 13 | 186 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.27 |
| HSL | 294.8º | 0.87% | 0.39% | - |
| HSV(B) | 294.8º | 0.93% | 0.73% | - |
| XYZ | 25.8 | 12.49 | 47.51 | - |
| YUV | 79.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 186 | 0.08 | 0.93 | 0 | 0.27 | 294.8 | 0.87 | 0.39 |
| Hex | AB | D | BA | 8 | 5D | 0 | 1B | 127 | 57 | 27 |
| Octal | 253 | 15 | 272 | 10 | 135 | 0 | 33 | 447 | 127 | 47 |
| Binary | 10101011 | 1101 | 10111010 | 1000 | 1011101 | 0 | 11011 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AB0DBA
Complementary color
Monochromatic Colors of #AB0DBA
Black with #AB0DBA
Text Example
Text Example
White with #AB0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DBA; }
p { color: rgb(171,13,186); }
H1.HeaderClassName
{
color: #AB0DBA;
}
.AnyTagClassName
{
color: #AB0DBA;
}
</style>
background-color css
<style>
a { background-color: #AB0DBA; }
a { background-color: rgb(171,13,186); }
div.DivClassName
{
background-color: #AB0DBA;
}
.BgClassName
{
background-color: #AB0DBA;
}
</style>
border-color css
<style>
span { border-color: #AB0DBA; }
span { border-color: rgb(171,13,186); }
td.TdClassName
{
border-color: #AB0DBA;
}
.TagClassName
{
border-color: #AB0DBA;
}
</style>