Shades of Dark Magenta #AB0FAA
Tints of Dark Magenta #AB0FAA
RGB
CMYK
RGB Variations
Color information
#AB0FAA (or 0xAB0FAA) is known color: Dark Magenta. HEX triplet: AB, 0F and AA. RGB value is (171,15,170). Sum of RGB (Red+Green+Blue) = 171+15+170=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FAA is #54F055. Grayscale: #4E4E4E. Windows color (decimal): -5566550 or 11145131. OLE color: 11145131.
HSL color Cylindrical-coordinate representation of color #AB0FAA: hue angle of 300.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0FAA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 170 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.33 |
| HSL | 300.38º | 0.84% | 0.36% | - |
| HSV(B) | 300.38º | 0.91% | 0.67% | - |
| XYZ | 24.22 | 11.9 | 39.05 | - |
| YUV | 79.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 170 | 0 | 0.91 | 0.01 | 0.33 | 300.38 | 0.84 | 0.36 |
| Hex | AB | F | AA | 0 | 5B | 1 | 21 | 12C | 54 | 24 |
| Octal | 253 | 17 | 252 | 0 | 133 | 1 | 41 | 454 | 124 | 44 |
| Binary | 10101011 | 1111 | 10101010 | 0 | 1011011 | 1 | 100001 | 100101100 | 1010100 | 100100 |
Color Harmonies of #AB0FAA
Complementary color
Monochromatic Colors of #AB0FAA
Black with #AB0FAA
Text Example
Text Example
White with #AB0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FAA; }
p { color: rgb(171,15,170); }
H1.HeaderClassName
{
color: #AB0FAA;
}
.AnyTagClassName
{
color: #AB0FAA;
}
</style>
background-color css
<style>
a { background-color: #AB0FAA; }
a { background-color: rgb(171,15,170); }
div.DivClassName
{
background-color: #AB0FAA;
}
.BgClassName
{
background-color: #AB0FAA;
}
</style>
border-color css
<style>
span { border-color: #AB0FAA; }
span { border-color: rgb(171,15,170); }
td.TdClassName
{
border-color: #AB0FAA;
}
.TagClassName
{
border-color: #AB0FAA;
}
</style>