Shades of Dark Magenta #A100AB
Tints of Dark Magenta #A100AB
RGB
CMYK
RGB Variations
Color information
#A100AB (or 0xA100AB) is known color: Dark Magenta. HEX triplet: A1, 00 and AB. RGB value is (161,0,171). Sum of RGB (Red+Green+Blue) = 161+0+171=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #A100AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A100AB is #5EFF54. Grayscale: #434343. Windows color (decimal): -6225749 or 11206817. OLE color: 11206817.
HSL color Cylindrical-coordinate representation of color #A100AB: hue angle of 296.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100AB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 0 | 171 | - |
| CMYK | 0.06 | 1 | 0 | 0.33 |
| HSL | 296.49º | 1% | 0.34% | - |
| HSV(B) | 296.49º | 1% | 0.67% | - |
| XYZ | 22.05 | 10.52 | 39.4 | - |
| YUV | 67.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 171 | 0.06 | 1 | 0 | 0.33 | 296.49 | 1 | 0.34 |
| Hex | A1 | 0 | AB | 6 | 64 | 0 | 21 | 128 | 64 | 22 |
| Octal | 241 | 0 | 253 | 6 | 144 | 0 | 41 | 450 | 144 | 42 |
| Binary | 10100001 | 0 | 10101011 | 110 | 1100100 | 0 | 100001 | 100101000 | 1100100 | 100010 |
Color Harmonies of #A100AB
Complementary color
Monochromatic Colors of #A100AB
Black with #A100AB
Text Example
Text Example
White with #A100AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100AB; }
p { color: rgb(161,0,171); }
H1.HeaderClassName
{
color: #A100AB;
}
.AnyTagClassName
{
color: #A100AB;
}
</style>
background-color css
<style>
a { background-color: #A100AB; }
a { background-color: rgb(161,0,171); }
div.DivClassName
{
background-color: #A100AB;
}
.BgClassName
{
background-color: #A100AB;
}
</style>
border-color css
<style>
span { border-color: #A100AB; }
span { border-color: rgb(161,0,171); }
td.TdClassName
{
border-color: #A100AB;
}
.TagClassName
{
border-color: #A100AB;
}
</style>