Shades of Dark Magenta #A310A6
Tints of Dark Magenta #A310A6
RGB
CMYK
RGB Variations
Color information
#A310A6 (or 0xA310A6) is known color: Dark Magenta. HEX triplet: A3, 10 and A6. RGB value is (163,16,166). Sum of RGB (Red+Green+Blue) = 163+16+166=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #A310A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A310A6 is #5CEF59. Grayscale: #4C4C4C. Windows color (decimal): -6090586 or 10883235. OLE color: 10883235.
HSL color Cylindrical-coordinate representation of color #A310A6: hue angle of 298.8º 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 #A310A6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 16 | 166 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.35 |
| HSL | 298.8º | 0.82% | 0.36% | - |
| HSV(B) | 298.8º | 0.9% | 0.65% | - |
| XYZ | 22.17 | 10.91 | 37.01 | - |
| YUV | 77.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 166 | 0.02 | 0.90 | 0 | 0.35 | 298.8 | 0.82 | 0.36 |
| Hex | A3 | 10 | A6 | 2 | 5A | 0 | 23 | 12B | 52 | 24 |
| Octal | 243 | 20 | 246 | 2 | 132 | 0 | 43 | 453 | 122 | 44 |
| Binary | 10100011 | 10000 | 10100110 | 10 | 1011010 | 0 | 100011 | 100101011 | 1010010 | 100100 |
Color Harmonies of #A310A6
Complementary color
Monochromatic Colors of #A310A6
Black with #A310A6
Text Example
Text Example
White with #A310A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310A6; }
p { color: rgb(163,16,166); }
H1.HeaderClassName
{
color: #A310A6;
}
.AnyTagClassName
{
color: #A310A6;
}
</style>
background-color css
<style>
a { background-color: #A310A6; }
a { background-color: rgb(163,16,166); }
div.DivClassName
{
background-color: #A310A6;
}
.BgClassName
{
background-color: #A310A6;
}
</style>
border-color css
<style>
span { border-color: #A310A6; }
span { border-color: rgb(163,16,166); }
td.TdClassName
{
border-color: #A310A6;
}
.TagClassName
{
border-color: #A310A6;
}
</style>