Shades of Deep Magenta #AB0AB5
Tints of Deep Magenta #AB0AB5
RGB
CMYK
RGB Variations
Color information
#AB0AB5 (or 0xAB0AB5) is known color: Deep Magenta. HEX triplet: AB, 0A and B5. RGB value is (171,10,181). Sum of RGB (Red+Green+Blue) = 171+10+181=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB0AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0AB5 is #54F54A. Grayscale: #4D4D4D. Windows color (decimal): -5567819 or 11864747. OLE color: 11864747.
HSL color Cylindrical-coordinate representation of color #AB0AB5: hue angle of 296.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0AB5 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 10 | 181 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.29 |
| HSL | 296.49º | 0.9% | 0.37% | - |
| HSV(B) | 296.49º | 0.94% | 0.71% | - |
| XYZ | 25.24 | 12.21 | 44.74 | - |
| YUV | 77.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 181 | 0.06 | 0.94 | 0 | 0.29 | 296.49 | 0.9 | 0.37 |
| Hex | AB | A | B5 | 6 | 5E | 0 | 1D | 128 | 5A | 25 |
| Octal | 253 | 12 | 265 | 6 | 136 | 0 | 35 | 450 | 132 | 45 |
| Binary | 10101011 | 1010 | 10110101 | 110 | 1011110 | 0 | 11101 | 100101000 | 1011010 | 100101 |
Color Harmonies of #AB0AB5
Complementary color
Monochromatic Colors of #AB0AB5
Black with #AB0AB5
Text Example
Text Example
White with #AB0AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AB5; }
p { color: rgb(171,10,181); }
H1.HeaderClassName
{
color: #AB0AB5;
}
.AnyTagClassName
{
color: #AB0AB5;
}
</style>
background-color css
<style>
a { background-color: #AB0AB5; }
a { background-color: rgb(171,10,181); }
div.DivClassName
{
background-color: #AB0AB5;
}
.BgClassName
{
background-color: #AB0AB5;
}
</style>
border-color css
<style>
span { border-color: #AB0AB5; }
span { border-color: rgb(171,10,181); }
td.TdClassName
{
border-color: #AB0AB5;
}
.TagClassName
{
border-color: #AB0AB5;
}
</style>