Shades of Dark Magenta #A811AD
Tints of Dark Magenta #A811AD
RGB
CMYK
RGB Variations
Color information
#A811AD (or 0xA811AD) is known color: Dark Magenta. HEX triplet: A8, 11 and AD. RGB value is (168,17,173). Sum of RGB (Red+Green+Blue) = 168+17+173=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A811AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AD is #57EE52. Grayscale: #4F4F4F. Windows color (decimal): -5762643 or 11342248. OLE color: 11342248.
HSL color Cylindrical-coordinate representation of color #A811AD: hue angle of 298.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811AD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 17 | 173 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.32 |
| HSL | 298.08º | 0.82% | 0.37% | - |
| HSV(B) | 298.08º | 0.9% | 0.68% | - |
| XYZ | 23.89 | 11.74 | 40.54 | - |
| YUV | 79.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 173 | 0.03 | 0.90 | 0 | 0.32 | 298.08 | 0.82 | 0.37 |
| Hex | A8 | 11 | AD | 3 | 5A | 0 | 20 | 12A | 52 | 25 |
| Octal | 250 | 21 | 255 | 3 | 132 | 0 | 40 | 452 | 122 | 45 |
| Binary | 10101000 | 10001 | 10101101 | 11 | 1011010 | 0 | 100000 | 100101010 | 1010010 | 100101 |
Color Harmonies of #A811AD
Complementary color
Monochromatic Colors of #A811AD
Black with #A811AD
Text Example
Text Example
White with #A811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811AD; }
p { color: rgb(168,17,173); }
H1.HeaderClassName
{
color: #A811AD;
}
.AnyTagClassName
{
color: #A811AD;
}
</style>
background-color css
<style>
a { background-color: #A811AD; }
a { background-color: rgb(168,17,173); }
div.DivClassName
{
background-color: #A811AD;
}
.BgClassName
{
background-color: #A811AD;
}
</style>
border-color css
<style>
span { border-color: #A811AD; }
span { border-color: rgb(168,17,173); }
td.TdClassName
{
border-color: #A811AD;
}
.TagClassName
{
border-color: #A811AD;
}
</style>