Shades of Dark Magenta #A1098A
Tints of Dark Magenta #A1098A
RGB
CMYK
RGB Variations
Color information
#A1098A (or 0xA1098A) is known color: Dark Magenta. HEX triplet: A1, 09 and 8A. RGB value is (161,9,138). Sum of RGB (Red+Green+Blue) = 161+9+138=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1098A is #5EF675. Grayscale: #444444. Windows color (decimal): -6223478 or 9046433. OLE color: 9046433.
HSL color Cylindrical-coordinate representation of color #A1098A: hue angle of 309.08º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1098A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 138 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.37 |
| HSL | 309.08º | 0.89% | 0.33% | - |
| HSV(B) | 309.08º | 0.94% | 0.63% | - |
| XYZ | 19.38 | 9.61 | 24.88 | - |
| YUV | 69.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 138 | 0 | 0.94 | 0.14 | 0.37 | 309.08 | 0.89 | 0.33 |
| Hex | A1 | 9 | 8A | 0 | 5E | E | 25 | 135 | 59 | 21 |
| Octal | 241 | 11 | 212 | 0 | 136 | 16 | 45 | 465 | 131 | 41 |
| Binary | 10100001 | 1001 | 10001010 | 0 | 1011110 | 1110 | 100101 | 100110101 | 1011001 | 100001 |
Color Harmonies of #A1098A
Complementary color
Monochromatic Colors of #A1098A
Black with #A1098A
Text Example
Text Example
White with #A1098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1098A; }
p { color: rgb(161,9,138); }
H1.HeaderClassName
{
color: #A1098A;
}
.AnyTagClassName
{
color: #A1098A;
}
</style>
background-color css
<style>
a { background-color: #A1098A; }
a { background-color: rgb(161,9,138); }
div.DivClassName
{
background-color: #A1098A;
}
.BgClassName
{
background-color: #A1098A;
}
</style>
border-color css
<style>
span { border-color: #A1098A; }
span { border-color: rgb(161,9,138); }
td.TdClassName
{
border-color: #A1098A;
}
.TagClassName
{
border-color: #A1098A;
}
</style>