Shades of Dark Magenta #A800AD
Tints of Dark Magenta #A800AD
RGB
CMYK
RGB Variations
Color information
#A800AD (or 0xA800AD) is known color: Dark Magenta. HEX triplet: A8, 00 and AD. RGB value is (168,0,173). Sum of RGB (Red+Green+Blue) = 168+0+173=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A800AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A800AD is #57FF52. Grayscale: #454545. Windows color (decimal): -5766995 or 11337896. OLE color: 11337896.
HSL color Cylindrical-coordinate representation of color #A800AD: hue angle of 298.27º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800AD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 0 | 173 | - |
| CMYK | 0.03 | 1 | 0 | 0.32 |
| HSL | 298.27º | 1% | 0.34% | - |
| HSV(B) | 298.27º | 1% | 0.68% | - |
| XYZ | 23.69 | 11.34 | 40.48 | - |
| YUV | 69.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 173 | 0.03 | 1 | 0 | 0.32 | 298.27 | 1 | 0.34 |
| Hex | A8 | 0 | AD | 3 | 64 | 0 | 20 | 12A | 64 | 22 |
| Octal | 250 | 0 | 255 | 3 | 144 | 0 | 40 | 452 | 144 | 42 |
| Binary | 10101000 | 0 | 10101101 | 11 | 1100100 | 0 | 100000 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A800AD
Complementary color
Monochromatic Colors of #A800AD
Black with #A800AD
Text Example
Text Example
White with #A800AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800AD; }
p { color: rgb(168,0,173); }
H1.HeaderClassName
{
color: #A800AD;
}
.AnyTagClassName
{
color: #A800AD;
}
</style>
background-color css
<style>
a { background-color: #A800AD; }
a { background-color: rgb(168,0,173); }
div.DivClassName
{
background-color: #A800AD;
}
.BgClassName
{
background-color: #A800AD;
}
</style>
border-color css
<style>
span { border-color: #A800AD; }
span { border-color: rgb(168,0,173); }
td.TdClassName
{
border-color: #A800AD;
}
.TagClassName
{
border-color: #A800AD;
}
</style>