Shades of Dark Magenta #AB089B
Tints of Dark Magenta #AB089B
RGB
CMYK
RGB Variations
Color information
#AB089B (or 0xAB089B) is known color: Dark Magenta. HEX triplet: AB, 08 and 9B. RGB value is (171,8,155). Sum of RGB (Red+Green+Blue) = 171+8+155=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB089B is #54F764. Grayscale: #494949. Windows color (decimal): -5568357 or 10160299. OLE color: 10160299.
HSL color Cylindrical-coordinate representation of color #AB089B: hue angle of 305.89º 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 #AB089B is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.33 |
| HSL | 305.89º | 0.91% | 0.35% | - |
| HSV(B) | 305.89º | 0.95% | 0.67% | - |
| XYZ | 22.8 | 11.2 | 31.97 | - |
| YUV | 73.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 155 | 0 | 0.95 | 0.09 | 0.33 | 305.89 | 0.91 | 0.35 |
| Hex | AB | 8 | 9B | 0 | 5F | 9 | 21 | 132 | 5B | 23 |
| Octal | 253 | 10 | 233 | 0 | 137 | 11 | 41 | 462 | 133 | 43 |
| Binary | 10101011 | 1000 | 10011011 | 0 | 1011111 | 1001 | 100001 | 100110010 | 1011011 | 100011 |
Color Harmonies of #AB089B
Complementary color
Monochromatic Colors of #AB089B
Black with #AB089B
Text Example
Text Example
White with #AB089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB089B; }
p { color: rgb(171,8,155); }
H1.HeaderClassName
{
color: #AB089B;
}
.AnyTagClassName
{
color: #AB089B;
}
</style>
background-color css
<style>
a { background-color: #AB089B; }
a { background-color: rgb(171,8,155); }
div.DivClassName
{
background-color: #AB089B;
}
.BgClassName
{
background-color: #AB089B;
}
</style>
border-color css
<style>
span { border-color: #AB089B; }
span { border-color: rgb(171,8,155); }
td.TdClassName
{
border-color: #AB089B;
}
.TagClassName
{
border-color: #AB089B;
}
</style>