Shades of Dark Magenta #A6098E
Tints of Dark Magenta #A6098E
RGB
CMYK
RGB Variations
Color information
#A6098E (or 0xA6098E) is known color: Dark Magenta. HEX triplet: A6, 09 and 8E. RGB value is (166,9,142). Sum of RGB (Red+Green+Blue) = 166+9+142=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A6098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6098E is #59F671. Grayscale: #464646. Windows color (decimal): -5895794 or 9308582. OLE color: 9308582.
HSL color Cylindrical-coordinate representation of color #A6098E: hue angle of 309.17º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6098E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 142 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.35 |
| HSL | 309.17º | 0.9% | 0.34% | - |
| HSV(B) | 309.17º | 0.95% | 0.65% | - |
| XYZ | 20.71 | 10.26 | 26.48 | - |
| YUV | 71.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 142 | 0 | 0.95 | 0.14 | 0.35 | 309.17 | 0.9 | 0.34 |
| Hex | A6 | 9 | 8E | 0 | 5F | E | 23 | 135 | 5A | 22 |
| Octal | 246 | 11 | 216 | 0 | 137 | 16 | 43 | 465 | 132 | 42 |
| Binary | 10100110 | 1001 | 10001110 | 0 | 1011111 | 1110 | 100011 | 100110101 | 1011010 | 100010 |
Color Harmonies of #A6098E
Complementary color
Monochromatic Colors of #A6098E
Black with #A6098E
Text Example
Text Example
White with #A6098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6098E; }
p { color: rgb(166,9,142); }
H1.HeaderClassName
{
color: #A6098E;
}
.AnyTagClassName
{
color: #A6098E;
}
</style>
background-color css
<style>
a { background-color: #A6098E; }
a { background-color: rgb(166,9,142); }
div.DivClassName
{
background-color: #A6098E;
}
.BgClassName
{
background-color: #A6098E;
}
</style>
border-color css
<style>
span { border-color: #A6098E; }
span { border-color: rgb(166,9,142); }
td.TdClassName
{
border-color: #A6098E;
}
.TagClassName
{
border-color: #A6098E;
}
</style>