Shades of Dark Magenta #A612AB
Tints of Dark Magenta #A612AB
RGB
CMYK
RGB Variations
Color information
#A612AB (or 0xA612AB) is known color: Dark Magenta. HEX triplet: A6, 12 and AB. RGB value is (166,18,171). Sum of RGB (Red+Green+Blue) = 166+18+171=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A612AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A612AB is #59ED54. Grayscale: #4F4F4F. Windows color (decimal): -5893461 or 11211430. OLE color: 11211430.
HSL color Cylindrical-coordinate representation of color #A612AB: hue angle of 298.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A612AB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 18 | 171 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.33 |
| HSL | 298.04º | 0.81% | 0.37% | - |
| HSV(B) | 298.04º | 0.89% | 0.67% | - |
| XYZ | 23.29 | 11.48 | 39.52 | - |
| YUV | 79.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 171 | 0.03 | 0.89 | 0 | 0.33 | 298.04 | 0.81 | 0.37 |
| Hex | A6 | 12 | AB | 3 | 59 | 0 | 21 | 12A | 51 | 25 |
| Octal | 246 | 22 | 253 | 3 | 131 | 0 | 41 | 452 | 121 | 45 |
| Binary | 10100110 | 10010 | 10101011 | 11 | 1011001 | 0 | 100001 | 100101010 | 1010001 | 100101 |
Color Harmonies of #A612AB
Complementary color
Monochromatic Colors of #A612AB
Black with #A612AB
Text Example
Text Example
White with #A612AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612AB; }
p { color: rgb(166,18,171); }
H1.HeaderClassName
{
color: #A612AB;
}
.AnyTagClassName
{
color: #A612AB;
}
</style>
background-color css
<style>
a { background-color: #A612AB; }
a { background-color: rgb(166,18,171); }
div.DivClassName
{
background-color: #A612AB;
}
.BgClassName
{
background-color: #A612AB;
}
</style>
border-color css
<style>
span { border-color: #A612AB; }
span { border-color: rgb(166,18,171); }
td.TdClassName
{
border-color: #A612AB;
}
.TagClassName
{
border-color: #A612AB;
}
</style>