Shades of Dark Magenta #A812AD
Tints of Dark Magenta #A812AD
RGB
CMYK
RGB Variations
Color information
#A812AD (or 0xA812AD) is known color: Dark Magenta. HEX triplet: A8, 12 and AD. RGB value is (168,18,173). Sum of RGB (Red+Green+Blue) = 168+18+173=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A812AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A812AD is #57ED52. Grayscale: #505050. Windows color (decimal): -5762387 or 11342504. OLE color: 11342504.
HSL color Cylindrical-coordinate representation of color #A812AD: hue angle of 298.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A812AD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 18 | 173 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.32 |
| HSL | 298.06º | 0.81% | 0.37% | - |
| HSV(B) | 298.06º | 0.9% | 0.68% | - |
| XYZ | 23.91 | 11.77 | 40.55 | - |
| YUV | 80.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 173 | 0.03 | 0.90 | 0 | 0.32 | 298.06 | 0.81 | 0.37 |
| Hex | A8 | 12 | AD | 3 | 5A | 0 | 20 | 12A | 51 | 25 |
| Octal | 250 | 22 | 255 | 3 | 132 | 0 | 40 | 452 | 121 | 45 |
| Binary | 10101000 | 10010 | 10101101 | 11 | 1011010 | 0 | 100000 | 100101010 | 1010001 | 100101 |
Color Harmonies of #A812AD
Complementary color
Monochromatic Colors of #A812AD
Black with #A812AD
Text Example
Text Example
White with #A812AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812AD; }
p { color: rgb(168,18,173); }
H1.HeaderClassName
{
color: #A812AD;
}
.AnyTagClassName
{
color: #A812AD;
}
</style>
background-color css
<style>
a { background-color: #A812AD; }
a { background-color: rgb(168,18,173); }
div.DivClassName
{
background-color: #A812AD;
}
.BgClassName
{
background-color: #A812AD;
}
</style>
border-color css
<style>
span { border-color: #A812AD; }
span { border-color: rgb(168,18,173); }
td.TdClassName
{
border-color: #A812AD;
}
.TagClassName
{
border-color: #A812AD;
}
</style>