Shades of Dark Magenta #AB0690
Tints of Dark Magenta #AB0690
RGB
CMYK
RGB Variations
Color information
#AB0690 (or 0xAB0690) is known color: Dark Magenta. HEX triplet: AB, 06 and 90. RGB value is (171,6,144). Sum of RGB (Red+Green+Blue) = 171+6+144=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0690 is #54F96F. Grayscale: #464646. Windows color (decimal): -5568880 or 9438891. OLE color: 9438891.
HSL color Cylindrical-coordinate representation of color #AB0690: hue angle of 309.82º 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 #AB0690 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 144 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.33 |
| HSL | 309.82º | 0.93% | 0.35% | - |
| HSV(B) | 309.82º | 0.96% | 0.67% | - |
| XYZ | 21.89 | 10.8 | 27.32 | - |
| YUV | 71.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 144 | 0 | 0.96 | 0.16 | 0.33 | 309.82 | 0.93 | 0.35 |
| Hex | AB | 6 | 90 | 0 | 60 | 10 | 21 | 136 | 5D | 23 |
| Octal | 253 | 6 | 220 | 0 | 140 | 20 | 41 | 466 | 135 | 43 |
| Binary | 10101011 | 110 | 10010000 | 0 | 1100000 | 10000 | 100001 | 100110110 | 1011101 | 100011 |
Color Harmonies of #AB0690
Complementary color
Monochromatic Colors of #AB0690
Black with #AB0690
Text Example
Text Example
White with #AB0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0690; }
p { color: rgb(171,6,144); }
H1.HeaderClassName
{
color: #AB0690;
}
.AnyTagClassName
{
color: #AB0690;
}
</style>
background-color css
<style>
a { background-color: #AB0690; }
a { background-color: rgb(171,6,144); }
div.DivClassName
{
background-color: #AB0690;
}
.BgClassName
{
background-color: #AB0690;
}
</style>
border-color css
<style>
span { border-color: #AB0690; }
span { border-color: rgb(171,6,144); }
td.TdClassName
{
border-color: #AB0690;
}
.TagClassName
{
border-color: #AB0690;
}
</style>