Shades of Dark Magenta #AB069F
Tints of Dark Magenta #AB069F
RGB
CMYK
RGB Variations
Color information
#AB069F (or 0xAB069F) is known color: Dark Magenta. HEX triplet: AB, 06 and 9F. RGB value is (171,6,159). Sum of RGB (Red+Green+Blue) = 171+6+159=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB069F is #54F960. Grayscale: #484848. Windows color (decimal): -5568865 or 10421931. OLE color: 10421931.
HSL color Cylindrical-coordinate representation of color #AB069F: hue angle of 304.36º 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 #AB069F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 159 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.33 |
| HSL | 304.36º | 0.93% | 0.35% | - |
| HSV(B) | 304.36º | 0.96% | 0.67% | - |
| XYZ | 23.12 | 11.29 | 33.76 | - |
| YUV | 72.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 159 | 0 | 0.96 | 0.07 | 0.33 | 304.36 | 0.93 | 0.35 |
| Hex | AB | 6 | 9F | 0 | 60 | 7 | 21 | 130 | 5D | 23 |
| Octal | 253 | 6 | 237 | 0 | 140 | 7 | 41 | 460 | 135 | 43 |
| Binary | 10101011 | 110 | 10011111 | 0 | 1100000 | 111 | 100001 | 100110000 | 1011101 | 100011 |
Color Harmonies of #AB069F
Complementary color
Monochromatic Colors of #AB069F
Black with #AB069F
Text Example
Text Example
White with #AB069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB069F; }
p { color: rgb(171,6,159); }
H1.HeaderClassName
{
color: #AB069F;
}
.AnyTagClassName
{
color: #AB069F;
}
</style>
background-color css
<style>
a { background-color: #AB069F; }
a { background-color: rgb(171,6,159); }
div.DivClassName
{
background-color: #AB069F;
}
.BgClassName
{
background-color: #AB069F;
}
</style>
border-color css
<style>
span { border-color: #AB069F; }
span { border-color: rgb(171,6,159); }
td.TdClassName
{
border-color: #AB069F;
}
.TagClassName
{
border-color: #AB069F;
}
</style>