Shades of Dark Magenta #A1089F
Tints of Dark Magenta #A1089F
RGB
CMYK
RGB Variations
Color information
#A1089F (or 0xA1089F) is known color: Dark Magenta. HEX triplet: A1, 08 and 9F. RGB value is (161,8,159). Sum of RGB (Red+Green+Blue) = 161+8+159=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1089F is #5EF760. Grayscale: #464646. Windows color (decimal): -6223713 or 10422433. OLE color: 10422433.
HSL color Cylindrical-coordinate representation of color #A1089F: hue angle of 300.78º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1089F is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 159 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.37 |
| HSL | 300.78º | 0.91% | 0.33% | - |
| HSV(B) | 300.78º | 0.95% | 0.63% | - |
| XYZ | 21.04 | 10.25 | 33.67 | - |
| YUV | 70.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 159 | 0 | 0.95 | 0.01 | 0.37 | 300.78 | 0.91 | 0.33 |
| Hex | A1 | 8 | 9F | 0 | 5F | 1 | 25 | 12D | 5B | 21 |
| Octal | 241 | 10 | 237 | 0 | 137 | 1 | 45 | 455 | 133 | 41 |
| Binary | 10100001 | 1000 | 10011111 | 0 | 1011111 | 1 | 100101 | 100101101 | 1011011 | 100001 |
Color Harmonies of #A1089F
Complementary color
Monochromatic Colors of #A1089F
Black with #A1089F
Text Example
Text Example
White with #A1089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1089F; }
p { color: rgb(161,8,159); }
H1.HeaderClassName
{
color: #A1089F;
}
.AnyTagClassName
{
color: #A1089F;
}
</style>
background-color css
<style>
a { background-color: #A1089F; }
a { background-color: rgb(161,8,159); }
div.DivClassName
{
background-color: #A1089F;
}
.BgClassName
{
background-color: #A1089F;
}
</style>
border-color css
<style>
span { border-color: #A1089F; }
span { border-color: rgb(161,8,159); }
td.TdClassName
{
border-color: #A1089F;
}
.TagClassName
{
border-color: #A1089F;
}
</style>