Shades of Dark Magenta #A401AB
Tints of Dark Magenta #A401AB
RGB
CMYK
RGB Variations
Color information
#A401AB (or 0xA401AB) is known color: Dark Magenta. HEX triplet: A4, 01 and AB. RGB value is (164,1,171). Sum of RGB (Red+Green+Blue) = 164+1+171=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 1 (0.78% from 255 or 0.30% 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 #A401AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A401AB is #5BFE54. Grayscale: #444444. Windows color (decimal): -6028885 or 11207076. OLE color: 11207076.
HSL color Cylindrical-coordinate representation of color #A401AB: hue angle of 297.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401AB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 1 | 171 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.33 |
| HSL | 297.53º | 0.99% | 0.34% | - |
| HSV(B) | 297.53º | 0.99% | 0.67% | - |
| XYZ | 22.67 | 10.85 | 39.43 | - |
| YUV | 69.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 171 | 0.04 | 0.99 | 0 | 0.33 | 297.53 | 0.99 | 0.34 |
| Hex | A4 | 1 | AB | 4 | 63 | 0 | 21 | 12A | 63 | 22 |
| Octal | 244 | 1 | 253 | 4 | 143 | 0 | 41 | 452 | 143 | 42 |
| Binary | 10100100 | 1 | 10101011 | 100 | 1100011 | 0 | 100001 | 100101010 | 1100011 | 100010 |
Color Harmonies of #A401AB
Complementary color
Monochromatic Colors of #A401AB
Black with #A401AB
Text Example
Text Example
White with #A401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401AB; }
p { color: rgb(164,1,171); }
H1.HeaderClassName
{
color: #A401AB;
}
.AnyTagClassName
{
color: #A401AB;
}
</style>
background-color css
<style>
a { background-color: #A401AB; }
a { background-color: rgb(164,1,171); }
div.DivClassName
{
background-color: #A401AB;
}
.BgClassName
{
background-color: #A401AB;
}
</style>
border-color css
<style>
span { border-color: #A401AB; }
span { border-color: rgb(164,1,171); }
td.TdClassName
{
border-color: #A401AB;
}
.TagClassName
{
border-color: #A401AB;
}
</style>