Shades of Dark Magenta #A6089C
Tints of Dark Magenta #A6089C
RGB
CMYK
RGB Variations
Color information
#A6089C (or 0xA6089C) is known color: Dark Magenta. HEX triplet: A6, 08 and 9C. RGB value is (166,8,156). Sum of RGB (Red+Green+Blue) = 166+8+156=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6089C is #59F763. Grayscale: #474747. Windows color (decimal): -5896036 or 10225830. OLE color: 10225830.
HSL color Cylindrical-coordinate representation of color #A6089C: hue angle of 303.8º 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 #A6089C is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.35 |
| HSL | 303.8º | 0.91% | 0.34% | - |
| HSV(B) | 303.8º | 0.95% | 0.65% | - |
| XYZ | 21.81 | 10.68 | 32.36 | - |
| YUV | 72.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 156 | 0 | 0.95 | 0.06 | 0.35 | 303.8 | 0.91 | 0.34 |
| Hex | A6 | 8 | 9C | 0 | 5F | 6 | 23 | 130 | 5B | 22 |
| Octal | 246 | 10 | 234 | 0 | 137 | 6 | 43 | 460 | 133 | 42 |
| Binary | 10100110 | 1000 | 10011100 | 0 | 1011111 | 110 | 100011 | 100110000 | 1011011 | 100010 |
Color Harmonies of #A6089C
Complementary color
Monochromatic Colors of #A6089C
Black with #A6089C
Text Example
Text Example
White with #A6089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6089C; }
p { color: rgb(166,8,156); }
H1.HeaderClassName
{
color: #A6089C;
}
.AnyTagClassName
{
color: #A6089C;
}
</style>
background-color css
<style>
a { background-color: #A6089C; }
a { background-color: rgb(166,8,156); }
div.DivClassName
{
background-color: #A6089C;
}
.BgClassName
{
background-color: #A6089C;
}
</style>
border-color css
<style>
span { border-color: #A6089C; }
span { border-color: rgb(166,8,156); }
td.TdClassName
{
border-color: #A6089C;
}
.TagClassName
{
border-color: #A6089C;
}
</style>