Shades of Dark Magenta #A1009A
Tints of Dark Magenta #A1009A
RGB
CMYK
RGB Variations
Color information
#A1009A (or 0xA1009A) is known color: Dark Magenta. HEX triplet: A1, 00 and 9A. RGB value is (161,0,154). Sum of RGB (Red+Green+Blue) = 161+0+154=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009A is #5EFF65. Grayscale: #414141. Windows color (decimal): -6225766 or 10092705. OLE color: 10092705.
HSL color Cylindrical-coordinate representation of color #A1009A: hue angle of 302.61º 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 #A1009A is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.04 | 0.37 |
| HSL | 302.61º | 1% | 0.32% | - |
| HSV(B) | 302.61º | 1% | 0.63% | - |
| XYZ | 20.53 | 9.91 | 31.4 | - |
| YUV | 65.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 154 | 0 | 1 | 0.04 | 0.37 | 302.61 | 1 | 0.32 |
| Hex | A1 | 0 | 9A | 0 | 64 | 4 | 25 | 12F | 64 | 20 |
| Octal | 241 | 0 | 232 | 0 | 144 | 4 | 45 | 457 | 144 | 40 |
| Binary | 10100001 | 0 | 10011010 | 0 | 1100100 | 100 | 100101 | 100101111 | 1100100 | 100000 |
Color Harmonies of #A1009A
Complementary color
Monochromatic Colors of #A1009A
Black with #A1009A
Text Example
Text Example
White with #A1009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1009A; }
p { color: rgb(161,0,154); }
H1.HeaderClassName
{
color: #A1009A;
}
.AnyTagClassName
{
color: #A1009A;
}
</style>
background-color css
<style>
a { background-color: #A1009A; }
a { background-color: rgb(161,0,154); }
div.DivClassName
{
background-color: #A1009A;
}
.BgClassName
{
background-color: #A1009A;
}
</style>
border-color css
<style>
span { border-color: #A1009A; }
span { border-color: rgb(161,0,154); }
td.TdClassName
{
border-color: #A1009A;
}
.TagClassName
{
border-color: #A1009A;
}
</style>