Shades of Dark Magenta #A613AD
Tints of Dark Magenta #A613AD
RGB
CMYK
RGB Variations
Color information
#A613AD (or 0xA613AD) is known color: Dark Magenta. HEX triplet: A6, 13 and AD. RGB value is (166,19,173). Sum of RGB (Red+Green+Blue) = 166+19+173=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A613AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613AD is #59EC52. Grayscale: #505050. Windows color (decimal): -5893203 or 11342758. OLE color: 11342758.
HSL color Cylindrical-coordinate representation of color #A613AD: hue angle of 297.27º degrees, saturation: 0.8, 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 #A613AD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 19 | 173 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.32 |
| HSL | 297.27º | 0.8% | 0.38% | - |
| HSV(B) | 297.27º | 0.89% | 0.68% | - |
| XYZ | 23.5 | 11.59 | 40.53 | - |
| YUV | 80.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 173 | 0.04 | 0.89 | 0 | 0.32 | 297.27 | 0.8 | 0.38 |
| Hex | A6 | 13 | AD | 4 | 59 | 0 | 20 | 129 | 50 | 26 |
| Octal | 246 | 23 | 255 | 4 | 131 | 0 | 40 | 451 | 120 | 46 |
| Binary | 10100110 | 10011 | 10101101 | 100 | 1011001 | 0 | 100000 | 100101001 | 1010000 | 100110 |
Color Harmonies of #A613AD
Complementary color
Monochromatic Colors of #A613AD
Black with #A613AD
Text Example
Text Example
White with #A613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613AD; }
p { color: rgb(166,19,173); }
H1.HeaderClassName
{
color: #A613AD;
}
.AnyTagClassName
{
color: #A613AD;
}
</style>
background-color css
<style>
a { background-color: #A613AD; }
a { background-color: rgb(166,19,173); }
div.DivClassName
{
background-color: #A613AD;
}
.BgClassName
{
background-color: #A613AD;
}
</style>
border-color css
<style>
span { border-color: #A613AD; }
span { border-color: rgb(166,19,173); }
td.TdClassName
{
border-color: #A613AD;
}
.TagClassName
{
border-color: #A613AD;
}
</style>