Shades of Dark Magenta #A610A3
Tints of Dark Magenta #A610A3
RGB
CMYK
RGB Variations
Color information
#A610A3 (or 0xA610A3) is known color: Dark Magenta. HEX triplet: A6, 10 and A3. RGB value is (166,16,163). Sum of RGB (Red+Green+Blue) = 166+16+163=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A610A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610A3 is #59EF5C. Grayscale: #4D4D4D. Windows color (decimal): -5893981 or 10686630. OLE color: 10686630.
HSL color Cylindrical-coordinate representation of color #A610A3: hue angle of 301.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A610A3 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 163 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.35 |
| HSL | 301.2º | 0.82% | 0.36% | - |
| HSV(B) | 301.2º | 0.9% | 0.65% | - |
| XYZ | 22.52 | 11.12 | 35.61 | - |
| YUV | 77.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 163 | 0 | 0.90 | 0.02 | 0.35 | 301.2 | 0.82 | 0.36 |
| Hex | A6 | 10 | A3 | 0 | 5A | 2 | 23 | 12D | 52 | 24 |
| Octal | 246 | 20 | 243 | 0 | 132 | 2 | 43 | 455 | 122 | 44 |
| Binary | 10100110 | 10000 | 10100011 | 0 | 1011010 | 10 | 100011 | 100101101 | 1010010 | 100100 |
Color Harmonies of #A610A3
Complementary color
Monochromatic Colors of #A610A3
Black with #A610A3
Text Example
Text Example
White with #A610A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610A3; }
p { color: rgb(166,16,163); }
H1.HeaderClassName
{
color: #A610A3;
}
.AnyTagClassName
{
color: #A610A3;
}
</style>
background-color css
<style>
a { background-color: #A610A3; }
a { background-color: rgb(166,16,163); }
div.DivClassName
{
background-color: #A610A3;
}
.BgClassName
{
background-color: #A610A3;
}
</style>
border-color css
<style>
span { border-color: #A610A3; }
span { border-color: rgb(166,16,163); }
td.TdClassName
{
border-color: #A610A3;
}
.TagClassName
{
border-color: #A610A3;
}
</style>