Shades of Dark Magenta #AB069D
Tints of Dark Magenta #AB069D
RGB
CMYK
RGB Variations
Color information
#AB069D (or 0xAB069D) is known color: Dark Magenta. HEX triplet: AB, 06 and 9D. RGB value is (171,6,157). Sum of RGB (Red+Green+Blue) = 171+6+157=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB069D is #54F962. Grayscale: #484848. Windows color (decimal): -5568867 or 10290859. OLE color: 10290859.
HSL color Cylindrical-coordinate representation of color #AB069D: hue angle of 305.09º 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 #AB069D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 157 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 305.09º | 0.93% | 0.35% | - |
| HSV(B) | 305.09º | 0.96% | 0.67% | - |
| XYZ | 22.95 | 11.22 | 32.86 | - |
| YUV | 72.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 157 | 0 | 0.96 | 0.08 | 0.33 | 305.09 | 0.93 | 0.35 |
| Hex | AB | 6 | 9D | 0 | 60 | 8 | 21 | 131 | 5D | 23 |
| Octal | 253 | 6 | 235 | 0 | 140 | 10 | 41 | 461 | 135 | 43 |
| Binary | 10101011 | 110 | 10011101 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AB069D
Complementary color
Monochromatic Colors of #AB069D
Black with #AB069D
Text Example
Text Example
White with #AB069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB069D; }
p { color: rgb(171,6,157); }
H1.HeaderClassName
{
color: #AB069D;
}
.AnyTagClassName
{
color: #AB069D;
}
</style>
background-color css
<style>
a { background-color: #AB069D; }
a { background-color: rgb(171,6,157); }
div.DivClassName
{
background-color: #AB069D;
}
.BgClassName
{
background-color: #AB069D;
}
</style>
border-color css
<style>
span { border-color: #AB069D; }
span { border-color: rgb(171,6,157); }
td.TdClassName
{
border-color: #AB069D;
}
.TagClassName
{
border-color: #AB069D;
}
</style>