Shades of Dark Magenta #A6099B
Tints of Dark Magenta #A6099B
RGB
CMYK
RGB Variations
Color information
#A6099B (or 0xA6099B) is known color: Dark Magenta. HEX triplet: A6, 09 and 9B. RGB value is (166,9,155). Sum of RGB (Red+Green+Blue) = 166+9+155=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6099B is #59F664. Grayscale: #484848. Windows color (decimal): -5895781 or 10160550. OLE color: 10160550.
HSL color Cylindrical-coordinate representation of color #A6099B: hue angle of 304.2º 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 #A6099B is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.35 |
| HSL | 304.2º | 0.9% | 0.34% | - |
| HSV(B) | 304.2º | 0.95% | 0.65% | - |
| XYZ | 21.74 | 10.67 | 31.92 | - |
| YUV | 72.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 155 | 0 | 0.95 | 0.07 | 0.35 | 304.2 | 0.9 | 0.34 |
| Hex | A6 | 9 | 9B | 0 | 5F | 7 | 23 | 130 | 5A | 22 |
| Octal | 246 | 11 | 233 | 0 | 137 | 7 | 43 | 460 | 132 | 42 |
| Binary | 10100110 | 1001 | 10011011 | 0 | 1011111 | 111 | 100011 | 100110000 | 1011010 | 100010 |
Color Harmonies of #A6099B
Complementary color
Monochromatic Colors of #A6099B
Black with #A6099B
Text Example
Text Example
White with #A6099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6099B; }
p { color: rgb(166,9,155); }
H1.HeaderClassName
{
color: #A6099B;
}
.AnyTagClassName
{
color: #A6099B;
}
</style>
background-color css
<style>
a { background-color: #A6099B; }
a { background-color: rgb(166,9,155); }
div.DivClassName
{
background-color: #A6099B;
}
.BgClassName
{
background-color: #A6099B;
}
</style>
border-color css
<style>
span { border-color: #A6099B; }
span { border-color: rgb(166,9,155); }
td.TdClassName
{
border-color: #A6099B;
}
.TagClassName
{
border-color: #A6099B;
}
</style>