Shades of Dark Magenta #A600AB
Tints of Dark Magenta #A600AB
RGB
CMYK
RGB Variations
Color information
#A600AB (or 0xA600AB) is known color: Dark Magenta. HEX triplet: A6, 00 and AB. RGB value is (166,0,171). Sum of RGB (Red+Green+Blue) = 166+0+171=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #A600AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600AB is #59FF54. Grayscale: #444444. Windows color (decimal): -5898069 or 11206822. OLE color: 11206822.
HSL color Cylindrical-coordinate representation of color #A600AB: hue angle of 298.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600AB is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 0 | 171 | - |
| CMYK | 0.03 | 1 | 0 | 0.33 |
| HSL | 298.25º | 1% | 0.34% | - |
| HSV(B) | 298.25º | 1% | 0.67% | - |
| XYZ | 23.08 | 11.05 | 39.44 | - |
| YUV | 69.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 171 | 0.03 | 1 | 0 | 0.33 | 298.25 | 1 | 0.34 |
| Hex | A6 | 0 | AB | 3 | 64 | 0 | 21 | 12A | 64 | 22 |
| Octal | 246 | 0 | 253 | 3 | 144 | 0 | 41 | 452 | 144 | 42 |
| Binary | 10100110 | 0 | 10101011 | 11 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A600AB
Complementary color
Monochromatic Colors of #A600AB
Black with #A600AB
Text Example
Text Example
White with #A600AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600AB; }
p { color: rgb(166,0,171); }
H1.HeaderClassName
{
color: #A600AB;
}
.AnyTagClassName
{
color: #A600AB;
}
</style>
background-color css
<style>
a { background-color: #A600AB; }
a { background-color: rgb(166,0,171); }
div.DivClassName
{
background-color: #A600AB;
}
.BgClassName
{
background-color: #A600AB;
}
</style>
border-color css
<style>
span { border-color: #A600AB; }
span { border-color: rgb(166,0,171); }
td.TdClassName
{
border-color: #A600AB;
}
.TagClassName
{
border-color: #A600AB;
}
</style>