Shades of Dark Magenta #A315AD
Tints of Dark Magenta #A315AD
RGB
CMYK
RGB Variations
Color information
#A315AD (or 0xA315AD) is known color: Dark Magenta. HEX triplet: A3, 15 and AD. RGB value is (163,21,173). Sum of RGB (Red+Green+Blue) = 163+21+173=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A315AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315AD is #5CEA52. Grayscale: #505050. Windows color (decimal): -6089299 or 11343267. OLE color: 11343267.
HSL color Cylindrical-coordinate representation of color #A315AD: hue angle of 296.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A315AD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 21 | 173 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.32 |
| HSL | 296.05º | 0.78% | 0.38% | - |
| HSV(B) | 296.05º | 0.88% | 0.68% | - |
| XYZ | 22.92 | 11.34 | 40.52 | - |
| YUV | 80.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 173 | 0.06 | 0.88 | 0 | 0.32 | 296.05 | 0.78 | 0.38 |
| Hex | A3 | 15 | AD | 6 | 58 | 0 | 20 | 128 | 4E | 26 |
| Octal | 243 | 25 | 255 | 6 | 130 | 0 | 40 | 450 | 116 | 46 |
| Binary | 10100011 | 10101 | 10101101 | 110 | 1011000 | 0 | 100000 | 100101000 | 1001110 | 100110 |
Color Harmonies of #A315AD
Complementary color
Monochromatic Colors of #A315AD
Black with #A315AD
Text Example
Text Example
White with #A315AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315AD; }
p { color: rgb(163,21,173); }
H1.HeaderClassName
{
color: #A315AD;
}
.AnyTagClassName
{
color: #A315AD;
}
</style>
background-color css
<style>
a { background-color: #A315AD; }
a { background-color: rgb(163,21,173); }
div.DivClassName
{
background-color: #A315AD;
}
.BgClassName
{
background-color: #A315AD;
}
</style>
border-color css
<style>
span { border-color: #A315AD; }
span { border-color: rgb(163,21,173); }
td.TdClassName
{
border-color: #A315AD;
}
.TagClassName
{
border-color: #A315AD;
}
</style>