Shades of Dark Magenta #A2098A
Tints of Dark Magenta #A2098A
RGB
CMYK
RGB Variations
Color information
#A2098A (or 0xA2098A) is known color: Dark Magenta. HEX triplet: A2, 09 and 8A. RGB value is (162,9,138). Sum of RGB (Red+Green+Blue) = 162+9+138=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2098A is #5DF675. Grayscale: #454545. Windows color (decimal): -6157942 or 9046434. OLE color: 9046434.
HSL color Cylindrical-coordinate representation of color #A2098A: hue angle of 309.41º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2098A is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 138 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.36 |
| HSL | 309.41º | 0.89% | 0.34% | - |
| HSV(B) | 309.41º | 0.94% | 0.64% | - |
| XYZ | 19.59 | 9.71 | 24.89 | - |
| YUV | 69.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 138 | 0 | 0.94 | 0.15 | 0.36 | 309.41 | 0.89 | 0.34 |
| Hex | A2 | 9 | 8A | 0 | 5E | F | 24 | 135 | 59 | 22 |
| Octal | 242 | 11 | 212 | 0 | 136 | 17 | 44 | 465 | 131 | 42 |
| Binary | 10100010 | 1001 | 10001010 | 0 | 1011110 | 1111 | 100100 | 100110101 | 1011001 | 100010 |
Color Harmonies of #A2098A
Complementary color
Monochromatic Colors of #A2098A
Black with #A2098A
Text Example
Text Example
White with #A2098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2098A; }
p { color: rgb(162,9,138); }
H1.HeaderClassName
{
color: #A2098A;
}
.AnyTagClassName
{
color: #A2098A;
}
</style>
background-color css
<style>
a { background-color: #A2098A; }
a { background-color: rgb(162,9,138); }
div.DivClassName
{
background-color: #A2098A;
}
.BgClassName
{
background-color: #A2098A;
}
</style>
border-color css
<style>
span { border-color: #A2098A; }
span { border-color: rgb(162,9,138); }
td.TdClassName
{
border-color: #A2098A;
}
.TagClassName
{
border-color: #A2098A;
}
</style>