Shades of Dark Magenta #A102AB
Tints of Dark Magenta #A102AB
RGB
CMYK
RGB Variations
Color information
#A102AB (or 0xA102AB) is known color: Dark Magenta. HEX triplet: A1, 02 and AB. RGB value is (161,2,171). Sum of RGB (Red+Green+Blue) = 161+2+171=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #A102AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102AB is #5EFD54. Grayscale: #444444. Windows color (decimal): -6225237 or 11207329. OLE color: 11207329.
HSL color Cylindrical-coordinate representation of color #A102AB: hue angle of 296.45º degrees, saturation: 0.98, 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 #A102AB is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 2 | 171 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.33 |
| HSL | 296.45º | 0.98% | 0.34% | - |
| HSV(B) | 296.45º | 0.99% | 0.67% | - |
| XYZ | 22.07 | 10.56 | 39.4 | - |
| YUV | 68.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 171 | 0.06 | 0.99 | 0 | 0.33 | 296.45 | 0.98 | 0.34 |
| Hex | A1 | 2 | AB | 6 | 63 | 0 | 21 | 128 | 62 | 22 |
| Octal | 241 | 2 | 253 | 6 | 143 | 0 | 41 | 450 | 142 | 42 |
| Binary | 10100001 | 10 | 10101011 | 110 | 1100011 | 0 | 100001 | 100101000 | 1100010 | 100010 |
Color Harmonies of #A102AB
Complementary color
Monochromatic Colors of #A102AB
Black with #A102AB
Text Example
Text Example
White with #A102AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102AB; }
p { color: rgb(161,2,171); }
H1.HeaderClassName
{
color: #A102AB;
}
.AnyTagClassName
{
color: #A102AB;
}
</style>
background-color css
<style>
a { background-color: #A102AB; }
a { background-color: rgb(161,2,171); }
div.DivClassName
{
background-color: #A102AB;
}
.BgClassName
{
background-color: #A102AB;
}
</style>
border-color css
<style>
span { border-color: #A102AB; }
span { border-color: rgb(161,2,171); }
td.TdClassName
{
border-color: #A102AB;
}
.TagClassName
{
border-color: #A102AB;
}
</style>