Shades of Dark Magenta #A61696
Tints of Dark Magenta #A61696
RGB
CMYK
RGB Variations
Color information
#A61696 (or 0xA61696) is known color: Dark Magenta. HEX triplet: A6, 16 and 96. RGB value is (166,22,150). Sum of RGB (Red+Green+Blue) = 166+22+150=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A61696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61696 is #59E969. Grayscale: #4F4F4F. Windows color (decimal): -5892458 or 9836198. OLE color: 9836198.
HSL color Cylindrical-coordinate representation of color #A61696: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61696 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 150 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.35 |
| HSL | 306.67º | 0.77% | 0.37% | - |
| HSV(B) | 306.67º | 0.87% | 0.65% | - |
| XYZ | 21.52 | 10.88 | 29.82 | - |
| YUV | 79.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 150 | 0 | 0.87 | 0.10 | 0.35 | 306.67 | 0.77 | 0.37 |
| Hex | A6 | 16 | 96 | 0 | 57 | A | 23 | 133 | 4D | 25 |
| Octal | 246 | 26 | 226 | 0 | 127 | 12 | 43 | 463 | 115 | 45 |
| Binary | 10100110 | 10110 | 10010110 | 0 | 1010111 | 1010 | 100011 | 100110011 | 1001101 | 100101 |
Color Harmonies of #A61696
Complementary color
Monochromatic Colors of #A61696
Black with #A61696
Text Example
Text Example
White with #A61696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61696; }
p { color: rgb(166,22,150); }
H1.HeaderClassName
{
color: #A61696;
}
.AnyTagClassName
{
color: #A61696;
}
</style>
background-color css
<style>
a { background-color: #A61696; }
a { background-color: rgb(166,22,150); }
div.DivClassName
{
background-color: #A61696;
}
.BgClassName
{
background-color: #A61696;
}
</style>
border-color css
<style>
span { border-color: #A61696; }
span { border-color: rgb(166,22,150); }
td.TdClassName
{
border-color: #A61696;
}
.TagClassName
{
border-color: #A61696;
}
</style>