Shades of Dark Magenta #A61BA8
Tints of Dark Magenta #A61BA8
RGB
CMYK
RGB Variations
Color information
#A61BA8 (or 0xA61BA8) is known color: Dark Magenta. HEX triplet: A6, 1B and A8. RGB value is (166,27,168). Sum of RGB (Red+Green+Blue) = 166+27+168=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #A61BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61BA8 is #59E457. Grayscale: #545454. Windows color (decimal): -5891160 or 11017126. OLE color: 11017126.
HSL color Cylindrical-coordinate representation of color #A61BA8: hue angle of 299.15º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61BA8 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 27 | 168 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.34 |
| HSL | 299.15º | 0.72% | 0.38% | - |
| HSV(B) | 299.15º | 0.84% | 0.66% | - |
| XYZ | 23.19 | 11.72 | 38.09 | - |
| YUV | 84.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 168 | 0.01 | 0.84 | 0 | 0.34 | 299.15 | 0.72 | 0.38 |
| Hex | A6 | 1B | A8 | 1 | 54 | 0 | 22 | 12B | 48 | 26 |
| Octal | 246 | 33 | 250 | 1 | 124 | 0 | 42 | 453 | 110 | 46 |
| Binary | 10100110 | 11011 | 10101000 | 1 | 1010100 | 0 | 100010 | 100101011 | 1001000 | 100110 |
Color Harmonies of #A61BA8
Complementary color
Monochromatic Colors of #A61BA8
Black with #A61BA8
Text Example
Text Example
White with #A61BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BA8; }
p { color: rgb(166,27,168); }
H1.HeaderClassName
{
color: #A61BA8;
}
.AnyTagClassName
{
color: #A61BA8;
}
</style>
background-color css
<style>
a { background-color: #A61BA8; }
a { background-color: rgb(166,27,168); }
div.DivClassName
{
background-color: #A61BA8;
}
.BgClassName
{
background-color: #A61BA8;
}
</style>
border-color css
<style>
span { border-color: #A61BA8; }
span { border-color: rgb(166,27,168); }
td.TdClassName
{
border-color: #A61BA8;
}
.TagClassName
{
border-color: #A61BA8;
}
</style>