Shades of Dark Magenta #A614AD
Tints of Dark Magenta #A614AD
RGB
CMYK
RGB Variations
Color information
#A614AD (or 0xA614AD) is known color: Dark Magenta. HEX triplet: A6, 14 and AD. RGB value is (166,20,173). Sum of RGB (Red+Green+Blue) = 166+20+173=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 20 (8.20% from 255 or 5.57% 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 #A614AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614AD is #59EB52. Grayscale: #505050. Windows color (decimal): -5892947 or 11343014. OLE color: 11343014.
HSL color Cylindrical-coordinate representation of color #A614AD: hue angle of 297.25º 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 #A614AD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 20 | 173 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.32 |
| HSL | 297.25º | 0.79% | 0.38% | - |
| HSV(B) | 297.25º | 0.88% | 0.68% | - |
| XYZ | 23.52 | 11.62 | 40.54 | - |
| YUV | 81.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 173 | 0.04 | 0.88 | 0 | 0.32 | 297.25 | 0.79 | 0.38 |
| Hex | A6 | 14 | AD | 4 | 58 | 0 | 20 | 129 | 4F | 26 |
| Octal | 246 | 24 | 255 | 4 | 130 | 0 | 40 | 451 | 117 | 46 |
| Binary | 10100110 | 10100 | 10101101 | 100 | 1011000 | 0 | 100000 | 100101001 | 1001111 | 100110 |
Color Harmonies of #A614AD
Complementary color
Monochromatic Colors of #A614AD
Black with #A614AD
Text Example
Text Example
White with #A614AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614AD; }
p { color: rgb(166,20,173); }
H1.HeaderClassName
{
color: #A614AD;
}
.AnyTagClassName
{
color: #A614AD;
}
</style>
background-color css
<style>
a { background-color: #A614AD; }
a { background-color: rgb(166,20,173); }
div.DivClassName
{
background-color: #A614AD;
}
.BgClassName
{
background-color: #A614AD;
}
</style>
border-color css
<style>
span { border-color: #A614AD; }
span { border-color: rgb(166,20,173); }
td.TdClassName
{
border-color: #A614AD;
}
.TagClassName
{
border-color: #A614AD;
}
</style>