Shades of Dark Magenta #A6108B
Tints of Dark Magenta #A6108B
RGB
CMYK
RGB Variations
Color information
#A6108B (or 0xA6108B) is known color: Dark Magenta. HEX triplet: A6, 10 and 8B. RGB value is (166,16,139). Sum of RGB (Red+Green+Blue) = 166+16+139=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A6108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6108B is #59EF74. Grayscale: #4A4A4A. Windows color (decimal): -5894005 or 9113766. OLE color: 9113766.
HSL color Cylindrical-coordinate representation of color #A6108B: hue angle of 310.8º 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 #A6108B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 139 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.35 |
| HSL | 310.8º | 0.82% | 0.36% | - |
| HSV(B) | 310.8º | 0.9% | 0.65% | - |
| XYZ | 20.57 | 10.34 | 25.34 | - |
| YUV | 74.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 139 | 0 | 0.90 | 0.16 | 0.35 | 310.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 8B | 0 | 5A | 10 | 23 | 137 | 52 | 24 |
| Octal | 246 | 20 | 213 | 0 | 132 | 20 | 43 | 467 | 122 | 44 |
| Binary | 10100110 | 10000 | 10001011 | 0 | 1011010 | 10000 | 100011 | 100110111 | 1010010 | 100100 |
Color Harmonies of #A6108B
Complementary color
Monochromatic Colors of #A6108B
Black with #A6108B
Text Example
Text Example
White with #A6108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6108B; }
p { color: rgb(166,16,139); }
H1.HeaderClassName
{
color: #A6108B;
}
.AnyTagClassName
{
color: #A6108B;
}
</style>
background-color css
<style>
a { background-color: #A6108B; }
a { background-color: rgb(166,16,139); }
div.DivClassName
{
background-color: #A6108B;
}
.BgClassName
{
background-color: #A6108B;
}
</style>
border-color css
<style>
span { border-color: #A6108B; }
span { border-color: rgb(166,16,139); }
td.TdClassName
{
border-color: #A6108B;
}
.TagClassName
{
border-color: #A6108B;
}
</style>