Shades of Deep Magenta #AB10B7
Tints of Deep Magenta #AB10B7
RGB
CMYK
RGB Variations
Color information
#AB10B7 (or 0xAB10B7) is known color: Deep Magenta. HEX triplet: AB, 10 and B7. RGB value is (171,16,183). Sum of RGB (Red+Green+Blue) = 171+16+183=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB10B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10B7 is #54EF48. Grayscale: #505050. Windows color (decimal): -5566281 or 11997355. OLE color: 11997355.
HSL color Cylindrical-coordinate representation of color #AB10B7: hue angle of 295.69º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10B7 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 16 | 183 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.28 |
| HSL | 295.69º | 0.84% | 0.39% | - |
| HSV(B) | 295.69º | 0.91% | 0.72% | - |
| XYZ | 25.53 | 12.45 | 45.86 | - |
| YUV | 81.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 183 | 0.07 | 0.91 | 0 | 0.28 | 295.69 | 0.84 | 0.39 |
| Hex | AB | 10 | B7 | 7 | 5B | 0 | 1C | 128 | 54 | 27 |
| Octal | 253 | 20 | 267 | 7 | 133 | 0 | 34 | 450 | 124 | 47 |
| Binary | 10101011 | 10000 | 10110111 | 111 | 1011011 | 0 | 11100 | 100101000 | 1010100 | 100111 |
Color Harmonies of #AB10B7
Complementary color
Monochromatic Colors of #AB10B7
Black with #AB10B7
Text Example
Text Example
White with #AB10B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10B7; }
p { color: rgb(171,16,183); }
H1.HeaderClassName
{
color: #AB10B7;
}
.AnyTagClassName
{
color: #AB10B7;
}
</style>
background-color css
<style>
a { background-color: #AB10B7; }
a { background-color: rgb(171,16,183); }
div.DivClassName
{
background-color: #AB10B7;
}
.BgClassName
{
background-color: #AB10B7;
}
</style>
border-color css
<style>
span { border-color: #AB10B7; }
span { border-color: rgb(171,16,183); }
td.TdClassName
{
border-color: #AB10B7;
}
.TagClassName
{
border-color: #AB10B7;
}
</style>