Shades of Dark Magenta #AB08A1
Tints of Dark Magenta #AB08A1
RGB
CMYK
RGB Variations
Color information
#AB08A1 (or 0xAB08A1) is known color: Dark Magenta. HEX triplet: AB, 08 and A1. RGB value is (171,8,161). Sum of RGB (Red+Green+Blue) = 171+8+161=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB08A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB08A1 is #54F75E. Grayscale: #494949. Windows color (decimal): -5568351 or 10553515. OLE color: 10553515.
HSL color Cylindrical-coordinate representation of color #AB08A1: hue angle of 303.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB08A1 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 161 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.33 |
| HSL | 303.68º | 0.91% | 0.35% | - |
| HSV(B) | 303.68º | 0.95% | 0.67% | - |
| XYZ | 23.31 | 11.4 | 34.69 | - |
| YUV | 74.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 161 | 0 | 0.95 | 0.06 | 0.33 | 303.68 | 0.91 | 0.35 |
| Hex | AB | 8 | A1 | 0 | 5F | 6 | 21 | 130 | 5B | 23 |
| Octal | 253 | 10 | 241 | 0 | 137 | 6 | 41 | 460 | 133 | 43 |
| Binary | 10101011 | 1000 | 10100001 | 0 | 1011111 | 110 | 100001 | 100110000 | 1011011 | 100011 |
Color Harmonies of #AB08A1
Complementary color
Monochromatic Colors of #AB08A1
Black with #AB08A1
Text Example
Text Example
White with #AB08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08A1; }
p { color: rgb(171,8,161); }
H1.HeaderClassName
{
color: #AB08A1;
}
.AnyTagClassName
{
color: #AB08A1;
}
</style>
background-color css
<style>
a { background-color: #AB08A1; }
a { background-color: rgb(171,8,161); }
div.DivClassName
{
background-color: #AB08A1;
}
.BgClassName
{
background-color: #AB08A1;
}
</style>
border-color css
<style>
span { border-color: #AB08A1; }
span { border-color: rgb(171,8,161); }
td.TdClassName
{
border-color: #AB08A1;
}
.TagClassName
{
border-color: #AB08A1;
}
</style>