Shades of Dark Magenta #A104AB
Tints of Dark Magenta #A104AB
RGB
CMYK
RGB Variations
Color information
#A104AB (or 0xA104AB) is known color: Dark Magenta. HEX triplet: A1, 04 and AB. RGB value is (161,4,171). Sum of RGB (Red+Green+Blue) = 161+4+171=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A104AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104AB is #5EFB54. Grayscale: #454545. Windows color (decimal): -6224725 or 11207841. OLE color: 11207841.
HSL color Cylindrical-coordinate representation of color #A104AB: hue angle of 296.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104AB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 4 | 171 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.33 |
| HSL | 296.41º | 0.95% | 0.34% | - |
| HSV(B) | 296.41º | 0.98% | 0.67% | - |
| XYZ | 22.09 | 10.6 | 39.41 | - |
| YUV | 69.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 171 | 0.06 | 0.98 | 0 | 0.33 | 296.41 | 0.95 | 0.34 |
| Hex | A1 | 4 | AB | 6 | 62 | 0 | 21 | 128 | 5F | 22 |
| Octal | 241 | 4 | 253 | 6 | 142 | 0 | 41 | 450 | 137 | 42 |
| Binary | 10100001 | 100 | 10101011 | 110 | 1100010 | 0 | 100001 | 100101000 | 1011111 | 100010 |
Color Harmonies of #A104AB
Complementary color
Monochromatic Colors of #A104AB
Black with #A104AB
Text Example
Text Example
White with #A104AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104AB; }
p { color: rgb(161,4,171); }
H1.HeaderClassName
{
color: #A104AB;
}
.AnyTagClassName
{
color: #A104AB;
}
</style>
background-color css
<style>
a { background-color: #A104AB; }
a { background-color: rgb(161,4,171); }
div.DivClassName
{
background-color: #A104AB;
}
.BgClassName
{
background-color: #A104AB;
}
</style>
border-color css
<style>
span { border-color: #A104AB; }
span { border-color: rgb(161,4,171); }
td.TdClassName
{
border-color: #A104AB;
}
.TagClassName
{
border-color: #A104AB;
}
</style>