Shades of Dark Magenta #A6109B
Tints of Dark Magenta #A6109B
RGB
CMYK
RGB Variations
Color information
#A6109B (or 0xA6109B) is known color: Dark Magenta. HEX triplet: A6, 10 and 9B. RGB value is (166,16,155). Sum of RGB (Red+Green+Blue) = 166+16+155=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6109B is #59EF64. Grayscale: #4C4C4C. Windows color (decimal): -5893989 or 10162342. OLE color: 10162342.
HSL color Cylindrical-coordinate representation of color #A6109B: hue angle of 304.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6109B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 155 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.35 |
| HSL | 304.4º | 0.82% | 0.36% | - |
| HSV(B) | 304.4º | 0.9% | 0.65% | - |
| XYZ | 21.83 | 10.84 | 31.95 | - |
| YUV | 76.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 155 | 0 | 0.90 | 0.07 | 0.35 | 304.4 | 0.82 | 0.36 |
| Hex | A6 | 10 | 9B | 0 | 5A | 7 | 23 | 130 | 52 | 24 |
| Octal | 246 | 20 | 233 | 0 | 132 | 7 | 43 | 460 | 122 | 44 |
| Binary | 10100110 | 10000 | 10011011 | 0 | 1011010 | 111 | 100011 | 100110000 | 1010010 | 100100 |
Color Harmonies of #A6109B
Complementary color
Monochromatic Colors of #A6109B
Black with #A6109B
Text Example
Text Example
White with #A6109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6109B; }
p { color: rgb(166,16,155); }
H1.HeaderClassName
{
color: #A6109B;
}
.AnyTagClassName
{
color: #A6109B;
}
</style>
background-color css
<style>
a { background-color: #A6109B; }
a { background-color: rgb(166,16,155); }
div.DivClassName
{
background-color: #A6109B;
}
.BgClassName
{
background-color: #A6109B;
}
</style>
border-color css
<style>
span { border-color: #A6109B; }
span { border-color: rgb(166,16,155); }
td.TdClassName
{
border-color: #A6109B;
}
.TagClassName
{
border-color: #A6109B;
}
</style>