Shades of Dark Magenta #A6098D
Tints of Dark Magenta #A6098D
RGB
CMYK
RGB Variations
Color information
#A6098D (or 0xA6098D) is known color: Dark Magenta. HEX triplet: A6, 09 and 8D. RGB value is (166,9,141). Sum of RGB (Red+Green+Blue) = 166+9+141=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6098D is #59F672. Grayscale: #464646. Windows color (decimal): -5895795 or 9243046. OLE color: 9243046.
HSL color Cylindrical-coordinate representation of color #A6098D: hue angle of 309.55º 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 #A6098D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.35 |
| HSL | 309.55º | 0.9% | 0.34% | - |
| HSV(B) | 309.55º | 0.95% | 0.65% | - |
| XYZ | 20.63 | 10.23 | 26.09 | - |
| YUV | 70.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 141 | 0 | 0.95 | 0.15 | 0.35 | 309.55 | 0.9 | 0.34 |
| Hex | A6 | 9 | 8D | 0 | 5F | F | 23 | 136 | 5A | 22 |
| Octal | 246 | 11 | 215 | 0 | 137 | 17 | 43 | 466 | 132 | 42 |
| Binary | 10100110 | 1001 | 10001101 | 0 | 1011111 | 1111 | 100011 | 100110110 | 1011010 | 100010 |
Color Harmonies of #A6098D
Complementary color
Monochromatic Colors of #A6098D
Black with #A6098D
Text Example
Text Example
White with #A6098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6098D; }
p { color: rgb(166,9,141); }
H1.HeaderClassName
{
color: #A6098D;
}
.AnyTagClassName
{
color: #A6098D;
}
</style>
background-color css
<style>
a { background-color: #A6098D; }
a { background-color: rgb(166,9,141); }
div.DivClassName
{
background-color: #A6098D;
}
.BgClassName
{
background-color: #A6098D;
}
</style>
border-color css
<style>
span { border-color: #A6098D; }
span { border-color: rgb(166,9,141); }
td.TdClassName
{
border-color: #A6098D;
}
.TagClassName
{
border-color: #A6098D;
}
</style>