Shades of Dark Magenta #A61BA3
Tints of Dark Magenta #A61BA3
RGB
CMYK
RGB Variations
Color information
#A61BA3 (or 0xA61BA3) is known color: Dark Magenta. HEX triplet: A6, 1B and A3. RGB value is (166,27,163). Sum of RGB (Red+Green+Blue) = 166+27+163=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A61BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61BA3 is #59E45C. Grayscale: #535353. Windows color (decimal): -5891165 or 10689446. OLE color: 10689446.
HSL color Cylindrical-coordinate representation of color #A61BA3: hue angle of 301.29º 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 #A61BA3 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 27 | 163 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.35 |
| HSL | 301.3º | 0.72% | 0.38% | - |
| HSV(B) | 301.3º | 0.84% | 0.65% | - |
| XYZ | 22.73 | 11.54 | 35.68 | - |
| YUV | 84.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 163 | 0 | 0.84 | 0.02 | 0.35 | 301.3 | 0.72 | 0.38 |
| Hex | A6 | 1B | A3 | 0 | 54 | 2 | 23 | 12D | 48 | 26 |
| Octal | 246 | 33 | 243 | 0 | 124 | 2 | 43 | 455 | 110 | 46 |
| Binary | 10100110 | 11011 | 10100011 | 0 | 1010100 | 10 | 100011 | 100101101 | 1001000 | 100110 |
Color Harmonies of #A61BA3
Complementary color
Monochromatic Colors of #A61BA3
Black with #A61BA3
Text Example
Text Example
White with #A61BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BA3; }
p { color: rgb(166,27,163); }
H1.HeaderClassName
{
color: #A61BA3;
}
.AnyTagClassName
{
color: #A61BA3;
}
</style>
background-color css
<style>
a { background-color: #A61BA3; }
a { background-color: rgb(166,27,163); }
div.DivClassName
{
background-color: #A61BA3;
}
.BgClassName
{
background-color: #A61BA3;
}
</style>
border-color css
<style>
span { border-color: #A61BA3; }
span { border-color: rgb(166,27,163); }
td.TdClassName
{
border-color: #A61BA3;
}
.TagClassName
{
border-color: #A61BA3;
}
</style>