Shades of Dark Magenta #A617AB
Tints of Dark Magenta #A617AB
RGB
CMYK
RGB Variations
Color information
#A617AB (or 0xA617AB) is known color: Dark Magenta. HEX triplet: A6, 17 and AB. RGB value is (166,23,171). Sum of RGB (Red+Green+Blue) = 166+23+171=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #A617AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617AB is #59E854. Grayscale: #525252. Windows color (decimal): -5892181 or 11212710. OLE color: 11212710.
HSL color Cylindrical-coordinate representation of color #A617AB: hue angle of 297.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A617AB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 23 | 171 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.33 |
| HSL | 297.97º | 0.76% | 0.38% | - |
| HSV(B) | 297.97º | 0.87% | 0.67% | - |
| XYZ | 23.38 | 11.66 | 39.55 | - |
| YUV | 82.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 171 | 0.03 | 0.87 | 0 | 0.33 | 297.97 | 0.76 | 0.38 |
| Hex | A6 | 17 | AB | 3 | 57 | 0 | 21 | 12A | 4C | 26 |
| Octal | 246 | 27 | 253 | 3 | 127 | 0 | 41 | 452 | 114 | 46 |
| Binary | 10100110 | 10111 | 10101011 | 11 | 1010111 | 0 | 100001 | 100101010 | 1001100 | 100110 |
Color Harmonies of #A617AB
Complementary color
Monochromatic Colors of #A617AB
Black with #A617AB
Text Example
Text Example
White with #A617AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617AB; }
p { color: rgb(166,23,171); }
H1.HeaderClassName
{
color: #A617AB;
}
.AnyTagClassName
{
color: #A617AB;
}
</style>
background-color css
<style>
a { background-color: #A617AB; }
a { background-color: rgb(166,23,171); }
div.DivClassName
{
background-color: #A617AB;
}
.BgClassName
{
background-color: #A617AB;
}
</style>
border-color css
<style>
span { border-color: #A617AB; }
span { border-color: rgb(166,23,171); }
td.TdClassName
{
border-color: #A617AB;
}
.TagClassName
{
border-color: #A617AB;
}
</style>