Shades of Dark Magenta #A6089D
Tints of Dark Magenta #A6089D
RGB
CMYK
RGB Variations
Color information
#A6089D (or 0xA6089D) is known color: Dark Magenta. HEX triplet: A6, 08 and 9D. RGB value is (166,8,157). Sum of RGB (Red+Green+Blue) = 166+8+157=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6089D is #59F762. Grayscale: #474747. Windows color (decimal): -5896035 or 10291366. OLE color: 10291366.
HSL color Cylindrical-coordinate representation of color #A6089D: hue angle of 303.42º degrees, saturation: 0.91, 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 #A6089D is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 157 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.35 |
| HSL | 303.42º | 0.91% | 0.34% | - |
| HSV(B) | 303.42º | 0.95% | 0.65% | - |
| XYZ | 21.9 | 10.71 | 32.81 | - |
| YUV | 72.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 157 | 0 | 0.95 | 0.05 | 0.35 | 303.42 | 0.91 | 0.34 |
| Hex | A6 | 8 | 9D | 0 | 5F | 5 | 23 | 12F | 5B | 22 |
| Octal | 246 | 10 | 235 | 0 | 137 | 5 | 43 | 457 | 133 | 42 |
| Binary | 10100110 | 1000 | 10011101 | 0 | 1011111 | 101 | 100011 | 100101111 | 1011011 | 100010 |
Color Harmonies of #A6089D
Complementary color
Monochromatic Colors of #A6089D
Black with #A6089D
Text Example
Text Example
White with #A6089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6089D; }
p { color: rgb(166,8,157); }
H1.HeaderClassName
{
color: #A6089D;
}
.AnyTagClassName
{
color: #A6089D;
}
</style>
background-color css
<style>
a { background-color: #A6089D; }
a { background-color: rgb(166,8,157); }
div.DivClassName
{
background-color: #A6089D;
}
.BgClassName
{
background-color: #A6089D;
}
</style>
border-color css
<style>
span { border-color: #A6089D; }
span { border-color: rgb(166,8,157); }
td.TdClassName
{
border-color: #A6089D;
}
.TagClassName
{
border-color: #A6089D;
}
</style>