Shades of Dark Magenta #A1009F
Tints of Dark Magenta #A1009F
RGB
CMYK
RGB Variations
Color information
#A1009F (or 0xA1009F) is known color: Dark Magenta. HEX triplet: A1, 00 and 9F. RGB value is (161,0,159). Sum of RGB (Red+Green+Blue) = 161+0+159=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009F is #5EFF60. Grayscale: #414141. Windows color (decimal): -6225761 or 10420385. OLE color: 10420385.
HSL color Cylindrical-coordinate representation of color #A1009F: hue angle of 300.75º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1009F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.01 | 0.37 |
| HSL | 300.75º | 1% | 0.32% | - |
| HSV(B) | 300.75º | 1% | 0.63% | - |
| XYZ | 20.96 | 10.08 | 33.64 | - |
| YUV | 66.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 159 | 0 | 1 | 0.01 | 0.37 | 300.75 | 1 | 0.32 |
| Hex | A1 | 0 | 9F | 0 | 64 | 1 | 25 | 12D | 64 | 20 |
| Octal | 241 | 0 | 237 | 0 | 144 | 1 | 45 | 455 | 144 | 40 |
| Binary | 10100001 | 0 | 10011111 | 0 | 1100100 | 1 | 100101 | 100101101 | 1100100 | 100000 |
Color Harmonies of #A1009F
Complementary color
Monochromatic Colors of #A1009F
Black with #A1009F
Text Example
Text Example
White with #A1009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1009F; }
p { color: rgb(161,0,159); }
H1.HeaderClassName
{
color: #A1009F;
}
.AnyTagClassName
{
color: #A1009F;
}
</style>
background-color css
<style>
a { background-color: #A1009F; }
a { background-color: rgb(161,0,159); }
div.DivClassName
{
background-color: #A1009F;
}
.BgClassName
{
background-color: #A1009F;
}
</style>
border-color css
<style>
span { border-color: #A1009F; }
span { border-color: rgb(161,0,159); }
td.TdClassName
{
border-color: #A1009F;
}
.TagClassName
{
border-color: #A1009F;
}
</style>