Shades of Dark Magenta #A405AB
Tints of Dark Magenta #A405AB
RGB
CMYK
RGB Variations
Color information
#A405AB (or 0xA405AB) is known color: Dark Magenta. HEX triplet: A4, 05 and AB. RGB value is (164,5,171). Sum of RGB (Red+Green+Blue) = 164+5+171=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #A405AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A405AB is #5BFA54. Grayscale: #464646. Windows color (decimal): -6027861 or 11208100. OLE color: 11208100.
HSL color Cylindrical-coordinate representation of color #A405AB: hue angle of 297.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405AB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 5 | 171 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.33 |
| HSL | 297.47º | 0.94% | 0.35% | - |
| HSV(B) | 297.47º | 0.97% | 0.67% | - |
| XYZ | 22.71 | 10.94 | 39.44 | - |
| YUV | 71.47 | 184.18 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 171 | 0.04 | 0.97 | 0 | 0.33 | 297.47 | 0.94 | 0.35 |
| Hex | A4 | 5 | AB | 4 | 61 | 0 | 21 | 129 | 5E | 23 |
| Octal | 244 | 5 | 253 | 4 | 141 | 0 | 41 | 451 | 136 | 43 |
| Binary | 10100100 | 101 | 10101011 | 100 | 1100001 | 0 | 100001 | 100101001 | 1011110 | 100011 |
Color Harmonies of #A405AB
Complementary color
Monochromatic Colors of #A405AB
Black with #A405AB
Text Example
Text Example
White with #A405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405AB; }
p { color: rgb(164,5,171); }
H1.HeaderClassName
{
color: #A405AB;
}
.AnyTagClassName
{
color: #A405AB;
}
</style>
background-color css
<style>
a { background-color: #A405AB; }
a { background-color: rgb(164,5,171); }
div.DivClassName
{
background-color: #A405AB;
}
.BgClassName
{
background-color: #A405AB;
}
</style>
border-color css
<style>
span { border-color: #A405AB; }
span { border-color: rgb(164,5,171); }
td.TdClassName
{
border-color: #A405AB;
}
.TagClassName
{
border-color: #A405AB;
}
</style>