Shades of Dark Magenta #A814AD
Tints of Dark Magenta #A814AD
RGB
CMYK
RGB Variations
Color information
#A814AD (or 0xA814AD) is known color: Dark Magenta. HEX triplet: A8, 14 and AD. RGB value is (168,20,173). Sum of RGB (Red+Green+Blue) = 168+20+173=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A814AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AD is #57EB52. Grayscale: #515151. Windows color (decimal): -5761875 or 11343016. OLE color: 11343016.
HSL color Cylindrical-coordinate representation of color #A814AD: hue angle of 298.04º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A814AD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 20 | 173 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.32 |
| HSL | 298.04º | 0.79% | 0.38% | - |
| HSV(B) | 298.04º | 0.88% | 0.68% | - |
| XYZ | 23.94 | 11.84 | 40.56 | - |
| YUV | 81.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 173 | 0.03 | 0.88 | 0 | 0.32 | 298.04 | 0.79 | 0.38 |
| Hex | A8 | 14 | AD | 3 | 58 | 0 | 20 | 12A | 4F | 26 |
| Octal | 250 | 24 | 255 | 3 | 130 | 0 | 40 | 452 | 117 | 46 |
| Binary | 10101000 | 10100 | 10101101 | 11 | 1011000 | 0 | 100000 | 100101010 | 1001111 | 100110 |
Color Harmonies of #A814AD
Complementary color
Monochromatic Colors of #A814AD
Black with #A814AD
Text Example
Text Example
White with #A814AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814AD; }
p { color: rgb(168,20,173); }
H1.HeaderClassName
{
color: #A814AD;
}
.AnyTagClassName
{
color: #A814AD;
}
</style>
background-color css
<style>
a { background-color: #A814AD; }
a { background-color: rgb(168,20,173); }
div.DivClassName
{
background-color: #A814AD;
}
.BgClassName
{
background-color: #A814AD;
}
</style>
border-color css
<style>
span { border-color: #A814AD; }
span { border-color: rgb(168,20,173); }
td.TdClassName
{
border-color: #A814AD;
}
.TagClassName
{
border-color: #A814AD;
}
</style>