Shades of Dark Magenta #A810AB
Tints of Dark Magenta #A810AB
RGB
CMYK
RGB Variations
Color information
#A810AB (or 0xA810AB) is known color: Dark Magenta. HEX triplet: A8, 10 and AB. RGB value is (168,16,171). Sum of RGB (Red+Green+Blue) = 168+16+171=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A810AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A810AB is #57EF54. Grayscale: #4E4E4E. Windows color (decimal): -5762901 or 11210920. OLE color: 11210920.
HSL color Cylindrical-coordinate representation of color #A810AB: hue angle of 298.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A810AB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 16 | 171 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.33 |
| HSL | 298.84º | 0.83% | 0.37% | - |
| HSV(B) | 298.84º | 0.91% | 0.67% | - |
| XYZ | 23.68 | 11.64 | 39.53 | - |
| YUV | 79.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 171 | 0.02 | 0.91 | 0 | 0.33 | 298.84 | 0.83 | 0.37 |
| Hex | A8 | 10 | AB | 2 | 5B | 0 | 21 | 12B | 53 | 25 |
| Octal | 250 | 20 | 253 | 2 | 133 | 0 | 41 | 453 | 123 | 45 |
| Binary | 10101000 | 10000 | 10101011 | 10 | 1011011 | 0 | 100001 | 100101011 | 1010011 | 100101 |
Color Harmonies of #A810AB
Complementary color
Monochromatic Colors of #A810AB
Black with #A810AB
Text Example
Text Example
White with #A810AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810AB; }
p { color: rgb(168,16,171); }
H1.HeaderClassName
{
color: #A810AB;
}
.AnyTagClassName
{
color: #A810AB;
}
</style>
background-color css
<style>
a { background-color: #A810AB; }
a { background-color: rgb(168,16,171); }
div.DivClassName
{
background-color: #A810AB;
}
.BgClassName
{
background-color: #A810AB;
}
</style>
border-color css
<style>
span { border-color: #A810AB; }
span { border-color: rgb(168,16,171); }
td.TdClassName
{
border-color: #A810AB;
}
.TagClassName
{
border-color: #A810AB;
}
</style>