Shades of Dark Magenta #A101AD
Tints of Dark Magenta #A101AD
RGB
CMYK
RGB Variations
Color information
#A101AD (or 0xA101AD) is known color: Dark Magenta. HEX triplet: A1, 01 and AD. RGB value is (161,1,173). Sum of RGB (Red+Green+Blue) = 161+1+173=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #A101AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101AD is #5EFE52. Grayscale: #434343. Windows color (decimal): -6225491 or 11338145. OLE color: 11338145.
HSL color Cylindrical-coordinate representation of color #A101AD: hue angle of 295.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101AD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 1 | 173 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.32 |
| HSL | 295.81º | 0.99% | 0.34% | - |
| HSV(B) | 295.81º | 0.99% | 0.68% | - |
| XYZ | 22.25 | 10.62 | 40.41 | - |
| YUV | 68.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 173 | 0.07 | 0.99 | 0 | 0.32 | 295.81 | 0.99 | 0.34 |
| Hex | A1 | 1 | AD | 7 | 63 | 0 | 20 | 128 | 63 | 22 |
| Octal | 241 | 1 | 255 | 7 | 143 | 0 | 40 | 450 | 143 | 42 |
| Binary | 10100001 | 1 | 10101101 | 111 | 1100011 | 0 | 100000 | 100101000 | 1100011 | 100010 |
Color Harmonies of #A101AD
Complementary color
Monochromatic Colors of #A101AD
Black with #A101AD
Text Example
Text Example
White with #A101AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101AD; }
p { color: rgb(161,1,173); }
H1.HeaderClassName
{
color: #A101AD;
}
.AnyTagClassName
{
color: #A101AD;
}
</style>
background-color css
<style>
a { background-color: #A101AD; }
a { background-color: rgb(161,1,173); }
div.DivClassName
{
background-color: #A101AD;
}
.BgClassName
{
background-color: #A101AD;
}
</style>
border-color css
<style>
span { border-color: #A101AD; }
span { border-color: rgb(161,1,173); }
td.TdClassName
{
border-color: #A101AD;
}
.TagClassName
{
border-color: #A101AD;
}
</style>