Shades of Dark Magenta #A61A9E
Tints of Dark Magenta #A61A9E
RGB
CMYK
RGB Variations
Color information
#A61A9E (or 0xA61A9E) is known color: Dark Magenta. HEX triplet: A6, 1A and 9E. RGB value is (166,26,158). Sum of RGB (Red+Green+Blue) = 166+26+158=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A9E is #59E561. Grayscale: #525252. Windows color (decimal): -5891426 or 10361510. OLE color: 10361510.
HSL color Cylindrical-coordinate representation of color #A61A9E: hue angle of 303.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A9E is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 158 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.35 |
| HSL | 303.43º | 0.73% | 0.38% | - |
| HSV(B) | 303.43º | 0.84% | 0.65% | - |
| XYZ | 22.27 | 11.31 | 33.36 | - |
| YUV | 82.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 158 | 0 | 0.84 | 0.05 | 0.35 | 303.43 | 0.73 | 0.38 |
| Hex | A6 | 1A | 9E | 0 | 54 | 5 | 23 | 12F | 49 | 26 |
| Octal | 246 | 32 | 236 | 0 | 124 | 5 | 43 | 457 | 111 | 46 |
| Binary | 10100110 | 11010 | 10011110 | 0 | 1010100 | 101 | 100011 | 100101111 | 1001001 | 100110 |
Color Harmonies of #A61A9E
Complementary color
Monochromatic Colors of #A61A9E
Black with #A61A9E
Text Example
Text Example
White with #A61A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A9E; }
p { color: rgb(166,26,158); }
H1.HeaderClassName
{
color: #A61A9E;
}
.AnyTagClassName
{
color: #A61A9E;
}
</style>
background-color css
<style>
a { background-color: #A61A9E; }
a { background-color: rgb(166,26,158); }
div.DivClassName
{
background-color: #A61A9E;
}
.BgClassName
{
background-color: #A61A9E;
}
</style>
border-color css
<style>
span { border-color: #A61A9E; }
span { border-color: rgb(166,26,158); }
td.TdClassName
{
border-color: #A61A9E;
}
.TagClassName
{
border-color: #A61A9E;
}
</style>