Shades of Dark Magenta #A6199B
Tints of Dark Magenta #A6199B
RGB
CMYK
RGB Variations
Color information
#A6199B (or 0xA6199B) is known color: Dark Magenta. HEX triplet: A6, 19 and 9B. RGB value is (166,25,155). Sum of RGB (Red+Green+Blue) = 166+25+155=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6199B is #59E664. Grayscale: #515151. Windows color (decimal): -5891685 or 10164646. OLE color: 10164646.
HSL color Cylindrical-coordinate representation of color #A6199B: hue angle of 304.68º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6199B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 155 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.35 |
| HSL | 304.68º | 0.74% | 0.37% | - |
| HSV(B) | 304.68º | 0.85% | 0.65% | - |
| XYZ | 21.99 | 11.17 | 32.01 | - |
| YUV | 81.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 155 | 0 | 0.85 | 0.07 | 0.35 | 304.68 | 0.74 | 0.37 |
| Hex | A6 | 19 | 9B | 0 | 55 | 7 | 23 | 131 | 4A | 25 |
| Octal | 246 | 31 | 233 | 0 | 125 | 7 | 43 | 461 | 112 | 45 |
| Binary | 10100110 | 11001 | 10011011 | 0 | 1010101 | 111 | 100011 | 100110001 | 1001010 | 100101 |
Color Harmonies of #A6199B
Complementary color
Monochromatic Colors of #A6199B
Black with #A6199B
Text Example
Text Example
White with #A6199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6199B; }
p { color: rgb(166,25,155); }
H1.HeaderClassName
{
color: #A6199B;
}
.AnyTagClassName
{
color: #A6199B;
}
</style>
background-color css
<style>
a { background-color: #A6199B; }
a { background-color: rgb(166,25,155); }
div.DivClassName
{
background-color: #A6199B;
}
.BgClassName
{
background-color: #A6199B;
}
</style>
border-color css
<style>
span { border-color: #A6199B; }
span { border-color: rgb(166,25,155); }
td.TdClassName
{
border-color: #A6199B;
}
.TagClassName
{
border-color: #A6199B;
}
</style>