Shades of Dark Magenta #A110AD
Tints of Dark Magenta #A110AD
RGB
CMYK
RGB Variations
Color information
#A110AD (or 0xA110AD) is known color: Dark Magenta. HEX triplet: A1, 10 and AD. RGB value is (161,16,173). Sum of RGB (Red+Green+Blue) = 161+16+173=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A110AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A110AD is #5EEF52. Grayscale: #4C4C4C. Windows color (decimal): -6221651 or 11341985. OLE color: 11341985.
HSL color Cylindrical-coordinate representation of color #A110AD: hue angle of 295.41º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A110AD is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 16 | 173 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.32 |
| HSL | 295.41º | 0.83% | 0.37% | - |
| HSV(B) | 295.41º | 0.91% | 0.68% | - |
| XYZ | 22.43 | 10.96 | 40.47 | - |
| YUV | 77.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 173 | 0.07 | 0.91 | 0 | 0.32 | 295.41 | 0.83 | 0.37 |
| Hex | A1 | 10 | AD | 7 | 5B | 0 | 20 | 127 | 53 | 25 |
| Octal | 241 | 20 | 255 | 7 | 133 | 0 | 40 | 447 | 123 | 45 |
| Binary | 10100001 | 10000 | 10101101 | 111 | 1011011 | 0 | 100000 | 100100111 | 1010011 | 100101 |
Color Harmonies of #A110AD
Complementary color
Monochromatic Colors of #A110AD
Black with #A110AD
Text Example
Text Example
White with #A110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110AD; }
p { color: rgb(161,16,173); }
H1.HeaderClassName
{
color: #A110AD;
}
.AnyTagClassName
{
color: #A110AD;
}
</style>
background-color css
<style>
a { background-color: #A110AD; }
a { background-color: rgb(161,16,173); }
div.DivClassName
{
background-color: #A110AD;
}
.BgClassName
{
background-color: #A110AD;
}
</style>
border-color css
<style>
span { border-color: #A110AD; }
span { border-color: rgb(161,16,173); }
td.TdClassName
{
border-color: #A110AD;
}
.TagClassName
{
border-color: #A110AD;
}
</style>