Shades of Dark Magenta #AB068D
Tints of Dark Magenta #AB068D
RGB
CMYK
RGB Variations
Color information
#AB068D (or 0xAB068D) is known color: Dark Magenta. HEX triplet: AB, 06 and 8D. RGB value is (171,6,141). Sum of RGB (Red+Green+Blue) = 171+6+141=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB068D is #54F972. Grayscale: #464646. Windows color (decimal): -5568883 or 9242283. OLE color: 9242283.
HSL color Cylindrical-coordinate representation of color #AB068D: hue angle of 310.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB068D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 141 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.33 |
| HSL | 310.91º | 0.93% | 0.35% | - |
| HSV(B) | 310.91º | 0.96% | 0.67% | - |
| XYZ | 21.67 | 10.71 | 26.12 | - |
| YUV | 70.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 141 | 0 | 0.96 | 0.18 | 0.33 | 310.91 | 0.93 | 0.35 |
| Hex | AB | 6 | 8D | 0 | 60 | 12 | 21 | 137 | 5D | 23 |
| Octal | 253 | 6 | 215 | 0 | 140 | 22 | 41 | 467 | 135 | 43 |
| Binary | 10101011 | 110 | 10001101 | 0 | 1100000 | 10010 | 100001 | 100110111 | 1011101 | 100011 |
Color Harmonies of #AB068D
Complementary color
Monochromatic Colors of #AB068D
Black with #AB068D
Text Example
Text Example
White with #AB068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB068D; }
p { color: rgb(171,6,141); }
H1.HeaderClassName
{
color: #AB068D;
}
.AnyTagClassName
{
color: #AB068D;
}
</style>
background-color css
<style>
a { background-color: #AB068D; }
a { background-color: rgb(171,6,141); }
div.DivClassName
{
background-color: #AB068D;
}
.BgClassName
{
background-color: #AB068D;
}
</style>
border-color css
<style>
span { border-color: #AB068D; }
span { border-color: rgb(171,6,141); }
td.TdClassName
{
border-color: #AB068D;
}
.TagClassName
{
border-color: #AB068D;
}
</style>