Shades of Deep Magenta #AB0BAF
Tints of Deep Magenta #AB0BAF
RGB
CMYK
RGB Variations
Color information
#AB0BAF (or 0xAB0BAF) is known color: Deep Magenta. HEX triplet: AB, 0B and AF. RGB value is (171,11,175). Sum of RGB (Red+Green+Blue) = 171+11+175=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BAF is #54F450. Grayscale: #4D4D4D. Windows color (decimal): -5567569 or 11471787. OLE color: 11471787.
HSL color Cylindrical-coordinate representation of color #AB0BAF: hue angle of 298.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BAF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 11 | 175 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.31 |
| HSL | 298.54º | 0.88% | 0.36% | - |
| HSV(B) | 298.54º | 0.94% | 0.69% | - |
| XYZ | 24.65 | 11.99 | 41.57 | - |
| YUV | 77.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 175 | 0.02 | 0.94 | 0 | 0.31 | 298.54 | 0.88 | 0.36 |
| Hex | AB | B | AF | 2 | 5E | 0 | 1F | 12B | 58 | 24 |
| Octal | 253 | 13 | 257 | 2 | 136 | 0 | 37 | 453 | 130 | 44 |
| Binary | 10101011 | 1011 | 10101111 | 10 | 1011110 | 0 | 11111 | 100101011 | 1011000 | 100100 |
Color Harmonies of #AB0BAF
Complementary color
Monochromatic Colors of #AB0BAF
Black with #AB0BAF
Text Example
Text Example
White with #AB0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BAF; }
p { color: rgb(171,11,175); }
H1.HeaderClassName
{
color: #AB0BAF;
}
.AnyTagClassName
{
color: #AB0BAF;
}
</style>
background-color css
<style>
a { background-color: #AB0BAF; }
a { background-color: rgb(171,11,175); }
div.DivClassName
{
background-color: #AB0BAF;
}
.BgClassName
{
background-color: #AB0BAF;
}
</style>
border-color css
<style>
span { border-color: #AB0BAF; }
span { border-color: rgb(171,11,175); }
td.TdClassName
{
border-color: #AB0BAF;
}
.TagClassName
{
border-color: #AB0BAF;
}
</style>