Shades of Dark Magenta #A614A6
Tints of Dark Magenta #A614A6
RGB
CMYK
RGB Variations
Color information
#A614A6 (or 0xA614A6) is known color: Dark Magenta. HEX triplet: A6, 14 and A6. RGB value is (166,20,166). Sum of RGB (Red+Green+Blue) = 166+20+166=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A614A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614A6 is #59EB59. Grayscale: #4F4F4F. Windows color (decimal): -5892954 or 10884262. OLE color: 10884262.
HSL color Cylindrical-coordinate representation of color #A614A6: hue angle of 300º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A614A6 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 166 | - |
| CMYK | 0 | 0.88 | 0 | 0.35 |
| HSL | 300º | 0.78% | 0.36% | - |
| HSV(B) | 300º | 0.88% | 0.65% | - |
| XYZ | 22.86 | 11.36 | 37.06 | - |
| YUV | 80.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 166 | 0 | 0.88 | 0 | 0.35 | 300 | 0.78 | 0.36 |
| Hex | A6 | 14 | A6 | 0 | 58 | 0 | 23 | 12C | 4E | 24 |
| Octal | 246 | 24 | 246 | 0 | 130 | 0 | 43 | 454 | 116 | 44 |
| Binary | 10100110 | 10100 | 10100110 | 0 | 1011000 | 0 | 100011 | 100101100 | 1001110 | 100100 |
Color Harmonies of #A614A6
Complementary color
Monochromatic Colors of #A614A6
Black with #A614A6
Text Example
Text Example
White with #A614A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614A6; }
p { color: rgb(166,20,166); }
H1.HeaderClassName
{
color: #A614A6;
}
.AnyTagClassName
{
color: #A614A6;
}
</style>
background-color css
<style>
a { background-color: #A614A6; }
a { background-color: rgb(166,20,166); }
div.DivClassName
{
background-color: #A614A6;
}
.BgClassName
{
background-color: #A614A6;
}
</style>
border-color css
<style>
span { border-color: #A614A6; }
span { border-color: rgb(166,20,166); }
td.TdClassName
{
border-color: #A614A6;
}
.TagClassName
{
border-color: #A614A6;
}
</style>