Shades of Dark Magenta #AB1AAA
Tints of Dark Magenta #AB1AAA
RGB
CMYK
RGB Variations
Color information
#AB1AAA (or 0xAB1AAA) is known color: Dark Magenta. HEX triplet: AB, 1A and AA. RGB value is (171,26,170). Sum of RGB (Red+Green+Blue) = 171+26+170=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AAA is #54E555. Grayscale: #555555. Windows color (decimal): -5563734 or 11147947. OLE color: 11147947.
HSL color Cylindrical-coordinate representation of color #AB1AAA: hue angle of 300.41º 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 #AB1AAA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.33 |
| HSL | 300.41º | 0.74% | 0.39% | - |
| HSV(B) | 300.41º | 0.85% | 0.67% | - |
| XYZ | 24.42 | 12.3 | 39.12 | - |
| YUV | 85.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 170 | 0 | 0.85 | 0.01 | 0.33 | 300.41 | 0.74 | 0.39 |
| Hex | AB | 1A | AA | 0 | 55 | 1 | 21 | 12C | 4A | 27 |
| Octal | 253 | 32 | 252 | 0 | 125 | 1 | 41 | 454 | 112 | 47 |
| Binary | 10101011 | 11010 | 10101010 | 0 | 1010101 | 1 | 100001 | 100101100 | 1001010 | 100111 |
Color Harmonies of #AB1AAA
Complementary color
Monochromatic Colors of #AB1AAA
Black with #AB1AAA
Text Example
Text Example
White with #AB1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AAA; }
p { color: rgb(171,26,170); }
H1.HeaderClassName
{
color: #AB1AAA;
}
.AnyTagClassName
{
color: #AB1AAA;
}
</style>
background-color css
<style>
a { background-color: #AB1AAA; }
a { background-color: rgb(171,26,170); }
div.DivClassName
{
background-color: #AB1AAA;
}
.BgClassName
{
background-color: #AB1AAA;
}
</style>
border-color css
<style>
span { border-color: #AB1AAA; }
span { border-color: rgb(171,26,170); }
td.TdClassName
{
border-color: #AB1AAA;
}
.TagClassName
{
border-color: #AB1AAA;
}
</style>