Shades of Dark Magenta #AB1AA5
Tints of Dark Magenta #AB1AA5
RGB
CMYK
RGB Variations
Color information
#AB1AA5 (or 0xAB1AA5) is known color: Dark Magenta. HEX triplet: AB, 1A and A5. RGB value is (171,26,165). Sum of RGB (Red+Green+Blue) = 171+26+165=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AA5 is #54E55A. Grayscale: #545454. Windows color (decimal): -5563739 or 10820267. OLE color: 10820267.
HSL color Cylindrical-coordinate representation of color #AB1AA5: hue angle of 302.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1AA5 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 165 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.33 |
| HSL | 302.48º | 0.74% | 0.39% | - |
| HSV(B) | 302.48º | 0.85% | 0.67% | - |
| XYZ | 23.96 | 12.11 | 36.67 | - |
| YUV | 85.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 165 | 0 | 0.85 | 0.04 | 0.33 | 302.48 | 0.74 | 0.39 |
| Hex | AB | 1A | A5 | 0 | 55 | 4 | 21 | 12E | 4A | 27 |
| Octal | 253 | 32 | 245 | 0 | 125 | 4 | 41 | 456 | 112 | 47 |
| Binary | 10101011 | 11010 | 10100101 | 0 | 1010101 | 100 | 100001 | 100101110 | 1001010 | 100111 |
Color Harmonies of #AB1AA5
Complementary color
Monochromatic Colors of #AB1AA5
Black with #AB1AA5
Text Example
Text Example
White with #AB1AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AA5; }
p { color: rgb(171,26,165); }
H1.HeaderClassName
{
color: #AB1AA5;
}
.AnyTagClassName
{
color: #AB1AA5;
}
</style>
background-color css
<style>
a { background-color: #AB1AA5; }
a { background-color: rgb(171,26,165); }
div.DivClassName
{
background-color: #AB1AA5;
}
.BgClassName
{
background-color: #AB1AA5;
}
</style>
border-color css
<style>
span { border-color: #AB1AA5; }
span { border-color: rgb(171,26,165); }
td.TdClassName
{
border-color: #AB1AA5;
}
.TagClassName
{
border-color: #AB1AA5;
}
</style>