Shades of Dark Magenta #AB069E
Tints of Dark Magenta #AB069E
RGB
CMYK
RGB Variations
Color information
#AB069E (or 0xAB069E) is known color: Dark Magenta. HEX triplet: AB, 06 and 9E. RGB value is (171,6,158). Sum of RGB (Red+Green+Blue) = 171+6+158=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB069E is #54F961. Grayscale: #484848. Windows color (decimal): -5568866 or 10356395. OLE color: 10356395.
HSL color Cylindrical-coordinate representation of color #AB069E: hue angle of 304.73º 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 #AB069E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 158 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 304.73º | 0.93% | 0.35% | - |
| HSV(B) | 304.73º | 0.96% | 0.67% | - |
| XYZ | 23.03 | 11.26 | 33.31 | - |
| YUV | 72.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 158 | 0 | 0.96 | 0.08 | 0.33 | 304.73 | 0.93 | 0.35 |
| Hex | AB | 6 | 9E | 0 | 60 | 8 | 21 | 131 | 5D | 23 |
| Octal | 253 | 6 | 236 | 0 | 140 | 10 | 41 | 461 | 135 | 43 |
| Binary | 10101011 | 110 | 10011110 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AB069E
Complementary color
Monochromatic Colors of #AB069E
Black with #AB069E
Text Example
Text Example
White with #AB069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB069E; }
p { color: rgb(171,6,158); }
H1.HeaderClassName
{
color: #AB069E;
}
.AnyTagClassName
{
color: #AB069E;
}
</style>
background-color css
<style>
a { background-color: #AB069E; }
a { background-color: rgb(171,6,158); }
div.DivClassName
{
background-color: #AB069E;
}
.BgClassName
{
background-color: #AB069E;
}
</style>
border-color css
<style>
span { border-color: #AB069E; }
span { border-color: rgb(171,6,158); }
td.TdClassName
{
border-color: #AB069E;
}
.TagClassName
{
border-color: #AB069E;
}
</style>