Shades of Dark Magenta #A61C9A
Tints of Dark Magenta #A61C9A
RGB
CMYK
RGB Variations
Color information
#A61C9A (or 0xA61C9A) is known color: Dark Magenta. HEX triplet: A6, 1C and 9A. RGB value is (166,28,154). Sum of RGB (Red+Green+Blue) = 166+28+154=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C9A is #59E365. Grayscale: #535353. Windows color (decimal): -5890918 or 10099878. OLE color: 10099878.
HSL color Cylindrical-coordinate representation of color #A61C9A: hue angle of 305.22º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C9A is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 154 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.35 |
| HSL | 305.22º | 0.71% | 0.38% | - |
| HSV(B) | 305.22º | 0.83% | 0.65% | - |
| XYZ | 21.97 | 11.27 | 31.59 | - |
| YUV | 83.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 154 | 0 | 0.83 | 0.07 | 0.35 | 305.22 | 0.71 | 0.38 |
| Hex | A6 | 1C | 9A | 0 | 53 | 7 | 23 | 131 | 47 | 26 |
| Octal | 246 | 34 | 232 | 0 | 123 | 7 | 43 | 461 | 107 | 46 |
| Binary | 10100110 | 11100 | 10011010 | 0 | 1010011 | 111 | 100011 | 100110001 | 1000111 | 100110 |
Color Harmonies of #A61C9A
Complementary color
Monochromatic Colors of #A61C9A
Black with #A61C9A
Text Example
Text Example
White with #A61C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C9A; }
p { color: rgb(166,28,154); }
H1.HeaderClassName
{
color: #A61C9A;
}
.AnyTagClassName
{
color: #A61C9A;
}
</style>
background-color css
<style>
a { background-color: #A61C9A; }
a { background-color: rgb(166,28,154); }
div.DivClassName
{
background-color: #A61C9A;
}
.BgClassName
{
background-color: #A61C9A;
}
</style>
border-color css
<style>
span { border-color: #A61C9A; }
span { border-color: rgb(166,28,154); }
td.TdClassName
{
border-color: #A61C9A;
}
.TagClassName
{
border-color: #A61C9A;
}
</style>