Shades of Dark Magenta #A315AC
Tints of Dark Magenta #A315AC
RGB
CMYK
RGB Variations
Color information
#A315AC (or 0xA315AC) is known color: Dark Magenta. HEX triplet: A3, 15 and AC. RGB value is (163,21,172). Sum of RGB (Red+Green+Blue) = 163+21+172=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A315AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315AC is #5CEA53. Grayscale: #505050. Windows color (decimal): -6089300 or 11277731. OLE color: 11277731.
HSL color Cylindrical-coordinate representation of color #A315AC: hue angle of 296.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A315AC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 21 | 172 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.33 |
| HSL | 296.42º | 0.78% | 0.38% | - |
| HSV(B) | 296.42º | 0.88% | 0.67% | - |
| XYZ | 22.82 | 11.3 | 40.01 | - |
| YUV | 80.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 172 | 0.05 | 0.88 | 0 | 0.33 | 296.42 | 0.78 | 0.38 |
| Hex | A3 | 15 | AC | 5 | 58 | 0 | 21 | 128 | 4E | 26 |
| Octal | 243 | 25 | 254 | 5 | 130 | 0 | 41 | 450 | 116 | 46 |
| Binary | 10100011 | 10101 | 10101100 | 101 | 1011000 | 0 | 100001 | 100101000 | 1001110 | 100110 |
Color Harmonies of #A315AC
Complementary color
Monochromatic Colors of #A315AC
Black with #A315AC
Text Example
Text Example
White with #A315AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315AC; }
p { color: rgb(163,21,172); }
H1.HeaderClassName
{
color: #A315AC;
}
.AnyTagClassName
{
color: #A315AC;
}
</style>
background-color css
<style>
a { background-color: #A315AC; }
a { background-color: rgb(163,21,172); }
div.DivClassName
{
background-color: #A315AC;
}
.BgClassName
{
background-color: #A315AC;
}
</style>
border-color css
<style>
span { border-color: #A315AC; }
span { border-color: rgb(163,21,172); }
td.TdClassName
{
border-color: #A315AC;
}
.TagClassName
{
border-color: #A315AC;
}
</style>