Shades of Dark Magenta #A313AD
Tints of Dark Magenta #A313AD
RGB
CMYK
RGB Variations
Color information
#A313AD (or 0xA313AD) is known color: Dark Magenta. HEX triplet: A3, 13 and AD. RGB value is (163,19,173). Sum of RGB (Red+Green+Blue) = 163+19+173=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A313AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A313AD is #5CEC52. Grayscale: #4F4F4F. Windows color (decimal): -6089811 or 11342755. OLE color: 11342755.
HSL color Cylindrical-coordinate representation of color #A313AD: hue angle of 296.1º 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 #A313AD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 19 | 173 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.32 |
| HSL | 296.1º | 0.8% | 0.38% | - |
| HSV(B) | 296.1º | 0.89% | 0.68% | - |
| XYZ | 22.88 | 11.27 | 40.5 | - |
| YUV | 79.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 173 | 0.06 | 0.89 | 0 | 0.32 | 296.1 | 0.8 | 0.38 |
| Hex | A3 | 13 | AD | 6 | 59 | 0 | 20 | 128 | 50 | 26 |
| Octal | 243 | 23 | 255 | 6 | 131 | 0 | 40 | 450 | 120 | 46 |
| Binary | 10100011 | 10011 | 10101101 | 110 | 1011001 | 0 | 100000 | 100101000 | 1010000 | 100110 |
Color Harmonies of #A313AD
Complementary color
Monochromatic Colors of #A313AD
Black with #A313AD
Text Example
Text Example
White with #A313AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A313AD; }
p { color: rgb(163,19,173); }
H1.HeaderClassName
{
color: #A313AD;
}
.AnyTagClassName
{
color: #A313AD;
}
</style>
background-color css
<style>
a { background-color: #A313AD; }
a { background-color: rgb(163,19,173); }
div.DivClassName
{
background-color: #A313AD;
}
.BgClassName
{
background-color: #A313AD;
}
</style>
border-color css
<style>
span { border-color: #A313AD; }
span { border-color: rgb(163,19,173); }
td.TdClassName
{
border-color: #A313AD;
}
.TagClassName
{
border-color: #A313AD;
}
</style>