Shades of Deep Magenta #AB0AAF
Tints of Deep Magenta #AB0AAF
RGB
CMYK
RGB Variations
Color information
#AB0AAF (or 0xAB0AAF) is known color: Deep Magenta. HEX triplet: AB, 0A and AF. RGB value is (171,10,175). Sum of RGB (Red+Green+Blue) = 171+10+175=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AAF is #54F550. Grayscale: #4C4C4C. Windows color (decimal): -5567825 or 11471531. OLE color: 11471531.
HSL color Cylindrical-coordinate representation of color #AB0AAF: hue angle of 298.55º degrees, saturation: 0.89, 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 #AB0AAF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 10 | 175 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.31 |
| HSL | 298.55º | 0.89% | 0.36% | - |
| HSV(B) | 298.55º | 0.94% | 0.69% | - |
| XYZ | 24.64 | 11.97 | 41.57 | - |
| YUV | 76.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 175 | 0.02 | 0.94 | 0 | 0.31 | 298.55 | 0.89 | 0.36 |
| Hex | AB | A | AF | 2 | 5E | 0 | 1F | 12B | 59 | 24 |
| Octal | 253 | 12 | 257 | 2 | 136 | 0 | 37 | 453 | 131 | 44 |
| Binary | 10101011 | 1010 | 10101111 | 10 | 1011110 | 0 | 11111 | 100101011 | 1011001 | 100100 |
Color Harmonies of #AB0AAF
Complementary color
Monochromatic Colors of #AB0AAF
Black with #AB0AAF
Text Example
Text Example
White with #AB0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AAF; }
p { color: rgb(171,10,175); }
H1.HeaderClassName
{
color: #AB0AAF;
}
.AnyTagClassName
{
color: #AB0AAF;
}
</style>
background-color css
<style>
a { background-color: #AB0AAF; }
a { background-color: rgb(171,10,175); }
div.DivClassName
{
background-color: #AB0AAF;
}
.BgClassName
{
background-color: #AB0AAF;
}
</style>
border-color css
<style>
span { border-color: #AB0AAF; }
span { border-color: rgb(171,10,175); }
td.TdClassName
{
border-color: #AB0AAF;
}
.TagClassName
{
border-color: #AB0AAF;
}
</style>