Shades of Dark Magenta #A814AE
Tints of Dark Magenta #A814AE
RGB
CMYK
RGB Variations
Color information
#A814AE (or 0xA814AE) is known color: Dark Magenta. HEX triplet: A8, 14 and AE. RGB value is (168,20,174). Sum of RGB (Red+Green+Blue) = 168+20+174=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #A814AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AE is #57EB51. Grayscale: #515151. Windows color (decimal): -5761874 or 11408552. OLE color: 11408552.
HSL color Cylindrical-coordinate representation of color #A814AE: hue angle of 297.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814AE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 20 | 174 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.32 |
| HSL | 297.66º | 0.79% | 0.38% | - |
| HSV(B) | 297.66º | 0.89% | 0.68% | - |
| XYZ | 24.04 | 11.88 | 41.07 | - |
| YUV | 81.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 174 | 0.03 | 0.89 | 0 | 0.32 | 297.66 | 0.79 | 0.38 |
| Hex | A8 | 14 | AE | 3 | 59 | 0 | 20 | 12A | 4F | 26 |
| Octal | 250 | 24 | 256 | 3 | 131 | 0 | 40 | 452 | 117 | 46 |
| Binary | 10101000 | 10100 | 10101110 | 11 | 1011001 | 0 | 100000 | 100101010 | 1001111 | 100110 |
Color Harmonies of #A814AE
Complementary color
Monochromatic Colors of #A814AE
Black with #A814AE
Text Example
Text Example
White with #A814AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814AE; }
p { color: rgb(168,20,174); }
H1.HeaderClassName
{
color: #A814AE;
}
.AnyTagClassName
{
color: #A814AE;
}
</style>
background-color css
<style>
a { background-color: #A814AE; }
a { background-color: rgb(168,20,174); }
div.DivClassName
{
background-color: #A814AE;
}
.BgClassName
{
background-color: #A814AE;
}
</style>
border-color css
<style>
span { border-color: #A814AE; }
span { border-color: rgb(168,20,174); }
td.TdClassName
{
border-color: #A814AE;
}
.TagClassName
{
border-color: #A814AE;
}
</style>