Shades of Dark Magenta #A61BA2
Tints of Dark Magenta #A61BA2
RGB
CMYK
RGB Variations
Color information
#A61BA2 (or 0xA61BA2) is known color: Dark Magenta. HEX triplet: A6, 1B and A2. RGB value is (166,27,162). Sum of RGB (Red+Green+Blue) = 166+27+162=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A61BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61BA2 is #59E45D. Grayscale: #535353. Windows color (decimal): -5891166 or 10623910. OLE color: 10623910.
HSL color Cylindrical-coordinate representation of color #A61BA2: hue angle of 301.73º degrees, saturation: 0.72, 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 #A61BA2 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 27 | 162 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.35 |
| HSL | 301.73º | 0.72% | 0.38% | - |
| HSV(B) | 301.73º | 0.84% | 0.65% | - |
| XYZ | 22.64 | 11.5 | 35.21 | - |
| YUV | 83.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 162 | 0 | 0.84 | 0.02 | 0.35 | 301.73 | 0.72 | 0.38 |
| Hex | A6 | 1B | A2 | 0 | 54 | 2 | 23 | 12E | 48 | 26 |
| Octal | 246 | 33 | 242 | 0 | 124 | 2 | 43 | 456 | 110 | 46 |
| Binary | 10100110 | 11011 | 10100010 | 0 | 1010100 | 10 | 100011 | 100101110 | 1001000 | 100110 |
Color Harmonies of #A61BA2
Complementary color
Monochromatic Colors of #A61BA2
Black with #A61BA2
Text Example
Text Example
White with #A61BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BA2; }
p { color: rgb(166,27,162); }
H1.HeaderClassName
{
color: #A61BA2;
}
.AnyTagClassName
{
color: #A61BA2;
}
</style>
background-color css
<style>
a { background-color: #A61BA2; }
a { background-color: rgb(166,27,162); }
div.DivClassName
{
background-color: #A61BA2;
}
.BgClassName
{
background-color: #A61BA2;
}
</style>
border-color css
<style>
span { border-color: #A61BA2; }
span { border-color: rgb(166,27,162); }
td.TdClassName
{
border-color: #A61BA2;
}
.TagClassName
{
border-color: #A61BA2;
}
</style>