Shades of Dark Magenta #A61BA4
Tints of Dark Magenta #A61BA4
RGB
CMYK
RGB Variations
Color information
#A61BA4 (or 0xA61BA4) is known color: Dark Magenta. HEX triplet: A6, 1B and A4. RGB value is (166,27,164). Sum of RGB (Red+Green+Blue) = 166+27+164=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A61BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61BA4 is #59E45B. Grayscale: #535353. Windows color (decimal): -5891164 or 10754982. OLE color: 10754982.
HSL color Cylindrical-coordinate representation of color #A61BA4: hue angle of 300.86º 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 #A61BA4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 27 | 164 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.35 |
| HSL | 300.86º | 0.72% | 0.38% | - |
| HSV(B) | 300.86º | 0.84% | 0.65% | - |
| XYZ | 22.82 | 11.57 | 36.15 | - |
| YUV | 84.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 164 | 0 | 0.84 | 0.01 | 0.35 | 300.86 | 0.72 | 0.38 |
| Hex | A6 | 1B | A4 | 0 | 54 | 1 | 23 | 12D | 48 | 26 |
| Octal | 246 | 33 | 244 | 0 | 124 | 1 | 43 | 455 | 110 | 46 |
| Binary | 10100110 | 11011 | 10100100 | 0 | 1010100 | 1 | 100011 | 100101101 | 1001000 | 100110 |
Color Harmonies of #A61BA4
Complementary color
Monochromatic Colors of #A61BA4
Black with #A61BA4
Text Example
Text Example
White with #A61BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BA4; }
p { color: rgb(166,27,164); }
H1.HeaderClassName
{
color: #A61BA4;
}
.AnyTagClassName
{
color: #A61BA4;
}
</style>
background-color css
<style>
a { background-color: #A61BA4; }
a { background-color: rgb(166,27,164); }
div.DivClassName
{
background-color: #A61BA4;
}
.BgClassName
{
background-color: #A61BA4;
}
</style>
border-color css
<style>
span { border-color: #A61BA4; }
span { border-color: rgb(166,27,164); }
td.TdClassName
{
border-color: #A61BA4;
}
.TagClassName
{
border-color: #A61BA4;
}
</style>