Shades of Dark Magenta #A614AC
Tints of Dark Magenta #A614AC
RGB
CMYK
RGB Variations
Color information
#A614AC (or 0xA614AC) is known color: Dark Magenta. HEX triplet: A6, 14 and AC. RGB value is (166,20,172). Sum of RGB (Red+Green+Blue) = 166+20+172=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A614AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614AC is #59EB53. Grayscale: #505050. Windows color (decimal): -5892948 or 11277478. OLE color: 11277478.
HSL color Cylindrical-coordinate representation of color #A614AC: hue angle of 297.63º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A614AC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 20 | 172 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.33 |
| HSL | 297.63º | 0.79% | 0.38% | - |
| HSV(B) | 297.63º | 0.88% | 0.67% | - |
| XYZ | 23.42 | 11.59 | 40.03 | - |
| YUV | 80.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 172 | 0.03 | 0.88 | 0 | 0.33 | 297.63 | 0.79 | 0.38 |
| Hex | A6 | 14 | AC | 3 | 58 | 0 | 21 | 12A | 4F | 26 |
| Octal | 246 | 24 | 254 | 3 | 130 | 0 | 41 | 452 | 117 | 46 |
| Binary | 10100110 | 10100 | 10101100 | 11 | 1011000 | 0 | 100001 | 100101010 | 1001111 | 100110 |
Color Harmonies of #A614AC
Complementary color
Monochromatic Colors of #A614AC
Black with #A614AC
Text Example
Text Example
White with #A614AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614AC; }
p { color: rgb(166,20,172); }
H1.HeaderClassName
{
color: #A614AC;
}
.AnyTagClassName
{
color: #A614AC;
}
</style>
background-color css
<style>
a { background-color: #A614AC; }
a { background-color: rgb(166,20,172); }
div.DivClassName
{
background-color: #A614AC;
}
.BgClassName
{
background-color: #A614AC;
}
</style>
border-color css
<style>
span { border-color: #A614AC; }
span { border-color: rgb(166,20,172); }
td.TdClassName
{
border-color: #A614AC;
}
.TagClassName
{
border-color: #A614AC;
}
</style>