Shades of Dark Magenta #AB1BA7
Tints of Dark Magenta #AB1BA7
RGB
CMYK
RGB Variations
Color information
#AB1BA7 (or 0xAB1BA7) is known color: Dark Magenta. HEX triplet: AB, 1B and A7. RGB value is (171,27,167). Sum of RGB (Red+Green+Blue) = 171+27+167=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1BA7 is #54E458. Grayscale: #555555. Windows color (decimal): -5563481 or 10951595. OLE color: 10951595.
HSL color Cylindrical-coordinate representation of color #AB1BA7: hue angle of 301.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1BA7 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 167 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.33 |
| HSL | 301.67º | 0.73% | 0.39% | - |
| HSV(B) | 301.67º | 0.84% | 0.67% | - |
| XYZ | 24.16 | 12.23 | 37.65 | - |
| YUV | 86.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 167 | 0 | 0.84 | 0.02 | 0.33 | 301.67 | 0.73 | 0.39 |
| Hex | AB | 1B | A7 | 0 | 54 | 2 | 21 | 12E | 49 | 27 |
| Octal | 253 | 33 | 247 | 0 | 124 | 2 | 41 | 456 | 111 | 47 |
| Binary | 10101011 | 11011 | 10100111 | 0 | 1010100 | 10 | 100001 | 100101110 | 1001001 | 100111 |
Color Harmonies of #AB1BA7
Complementary color
Monochromatic Colors of #AB1BA7
Black with #AB1BA7
Text Example
Text Example
White with #AB1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BA7; }
p { color: rgb(171,27,167); }
H1.HeaderClassName
{
color: #AB1BA7;
}
.AnyTagClassName
{
color: #AB1BA7;
}
</style>
background-color css
<style>
a { background-color: #AB1BA7; }
a { background-color: rgb(171,27,167); }
div.DivClassName
{
background-color: #AB1BA7;
}
.BgClassName
{
background-color: #AB1BA7;
}
</style>
border-color css
<style>
span { border-color: #AB1BA7; }
span { border-color: rgb(171,27,167); }
td.TdClassName
{
border-color: #AB1BA7;
}
.TagClassName
{
border-color: #AB1BA7;
}
</style>