Shades of Dark Magenta #A40BAB
Tints of Dark Magenta #A40BAB
RGB
CMYK
RGB Variations
Color information
#A40BAB (or 0xA40BAB) is known color: Dark Magenta. HEX triplet: A4, 0B and AB. RGB value is (164,11,171). Sum of RGB (Red+Green+Blue) = 164+11+171=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BAB is #5BF454. Grayscale: #4A4A4A. Windows color (decimal): -6026325 or 11209636. OLE color: 11209636.
HSL color Cylindrical-coordinate representation of color #A40BAB: hue angle of 297.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40BAB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 11 | 171 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.33 |
| HSL | 297.38º | 0.88% | 0.36% | - |
| HSV(B) | 297.38º | 0.94% | 0.67% | - |
| XYZ | 22.78 | 11.07 | 39.46 | - |
| YUV | 74.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 171 | 0.04 | 0.94 | 0 | 0.33 | 297.38 | 0.88 | 0.36 |
| Hex | A4 | B | AB | 4 | 5E | 0 | 21 | 129 | 58 | 24 |
| Octal | 244 | 13 | 253 | 4 | 136 | 0 | 41 | 451 | 130 | 44 |
| Binary | 10100100 | 1011 | 10101011 | 100 | 1011110 | 0 | 100001 | 100101001 | 1011000 | 100100 |
Color Harmonies of #A40BAB
Complementary color
Monochromatic Colors of #A40BAB
Black with #A40BAB
Text Example
Text Example
White with #A40BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BAB; }
p { color: rgb(164,11,171); }
H1.HeaderClassName
{
color: #A40BAB;
}
.AnyTagClassName
{
color: #A40BAB;
}
</style>
background-color css
<style>
a { background-color: #A40BAB; }
a { background-color: rgb(164,11,171); }
div.DivClassName
{
background-color: #A40BAB;
}
.BgClassName
{
background-color: #A40BAB;
}
</style>
border-color css
<style>
span { border-color: #A40BAB; }
span { border-color: rgb(164,11,171); }
td.TdClassName
{
border-color: #A40BAB;
}
.TagClassName
{
border-color: #A40BAB;
}
</style>