Shades of Dark Magenta #A61A9A
Tints of Dark Magenta #A61A9A
RGB
CMYK
RGB Variations
Color information
#A61A9A (or 0xA61A9A) is known color: Dark Magenta. HEX triplet: A6, 1A and 9A. RGB value is (166,26,154). Sum of RGB (Red+Green+Blue) = 166+26+154=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A9A is #59E565. Grayscale: #525252. Windows color (decimal): -5891430 or 10099366. OLE color: 10099366.
HSL color Cylindrical-coordinate representation of color #A61A9A: hue angle of 305.14º 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 #A61A9A is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 154 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.35 |
| HSL | 305.14º | 0.73% | 0.38% | - |
| HSV(B) | 305.14º | 0.84% | 0.65% | - |
| XYZ | 21.93 | 11.18 | 31.57 | - |
| YUV | 82.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 154 | 0 | 0.84 | 0.07 | 0.35 | 305.14 | 0.73 | 0.38 |
| Hex | A6 | 1A | 9A | 0 | 54 | 7 | 23 | 131 | 49 | 26 |
| Octal | 246 | 32 | 232 | 0 | 124 | 7 | 43 | 461 | 111 | 46 |
| Binary | 10100110 | 11010 | 10011010 | 0 | 1010100 | 111 | 100011 | 100110001 | 1001001 | 100110 |
Color Harmonies of #A61A9A
Complementary color
Monochromatic Colors of #A61A9A
Black with #A61A9A
Text Example
Text Example
White with #A61A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A9A; }
p { color: rgb(166,26,154); }
H1.HeaderClassName
{
color: #A61A9A;
}
.AnyTagClassName
{
color: #A61A9A;
}
</style>
background-color css
<style>
a { background-color: #A61A9A; }
a { background-color: rgb(166,26,154); }
div.DivClassName
{
background-color: #A61A9A;
}
.BgClassName
{
background-color: #A61A9A;
}
</style>
border-color css
<style>
span { border-color: #A61A9A; }
span { border-color: rgb(166,26,154); }
td.TdClassName
{
border-color: #A61A9A;
}
.TagClassName
{
border-color: #A61A9A;
}
</style>