Shades of Deep Magenta #AB15B5
Tints of Deep Magenta #AB15B5
RGB
CMYK
RGB Variations
Color information
#AB15B5 (or 0xAB15B5) is known color: Deep Magenta. HEX triplet: AB, 15 and B5. RGB value is (171,21,181). Sum of RGB (Red+Green+Blue) = 171+21+181=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB15B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15B5 is #54EA4A. Grayscale: #535353. Windows color (decimal): -5565003 or 11867563. OLE color: 11867563.
HSL color Cylindrical-coordinate representation of color #AB15B5: hue angle of 296.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB15B5 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 21 | 181 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.29 |
| HSL | 296.25º | 0.79% | 0.4% | - |
| HSV(B) | 296.25º | 0.88% | 0.71% | - |
| XYZ | 25.4 | 12.53 | 44.8 | - |
| YUV | 84.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 181 | 0.06 | 0.88 | 0 | 0.29 | 296.25 | 0.79 | 0.4 |
| Hex | AB | 15 | B5 | 6 | 58 | 0 | 1D | 128 | 4F | 28 |
| Octal | 253 | 25 | 265 | 6 | 130 | 0 | 35 | 450 | 117 | 50 |
| Binary | 10101011 | 10101 | 10110101 | 110 | 1011000 | 0 | 11101 | 100101000 | 1001111 | 101000 |
Color Harmonies of #AB15B5
Complementary color
Monochromatic Colors of #AB15B5
Black with #AB15B5
Text Example
Text Example
White with #AB15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15B5; }
p { color: rgb(171,21,181); }
H1.HeaderClassName
{
color: #AB15B5;
}
.AnyTagClassName
{
color: #AB15B5;
}
</style>
background-color css
<style>
a { background-color: #AB15B5; }
a { background-color: rgb(171,21,181); }
div.DivClassName
{
background-color: #AB15B5;
}
.BgClassName
{
background-color: #AB15B5;
}
</style>
border-color css
<style>
span { border-color: #AB15B5; }
span { border-color: rgb(171,21,181); }
td.TdClassName
{
border-color: #AB15B5;
}
.TagClassName
{
border-color: #AB15B5;
}
</style>