Shades of Dark Magenta #A315A6
Tints of Dark Magenta #A315A6
RGB
CMYK
RGB Variations
Color information
#A315A6 (or 0xA315A6) is known color: Dark Magenta. HEX triplet: A3, 15 and A6. RGB value is (163,21,166). Sum of RGB (Red+Green+Blue) = 163+21+166=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #A315A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315A6 is #5CEA59. Grayscale: #4F4F4F. Windows color (decimal): -6089306 or 10884515. OLE color: 10884515.
HSL color Cylindrical-coordinate representation of color #A315A6: hue angle of 298.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A315A6 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 21 | 166 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.35 |
| HSL | 298.76º | 0.78% | 0.37% | - |
| HSV(B) | 298.76º | 0.87% | 0.65% | - |
| XYZ | 22.26 | 11.08 | 37.04 | - |
| YUV | 79.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 166 | 0.02 | 0.87 | 0 | 0.35 | 298.76 | 0.78 | 0.37 |
| Hex | A3 | 15 | A6 | 2 | 57 | 0 | 23 | 12B | 4E | 25 |
| Octal | 243 | 25 | 246 | 2 | 127 | 0 | 43 | 453 | 116 | 45 |
| Binary | 10100011 | 10101 | 10100110 | 10 | 1010111 | 0 | 100011 | 100101011 | 1001110 | 100101 |
Color Harmonies of #A315A6
Complementary color
Monochromatic Colors of #A315A6
Black with #A315A6
Text Example
Text Example
White with #A315A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315A6; }
p { color: rgb(163,21,166); }
H1.HeaderClassName
{
color: #A315A6;
}
.AnyTagClassName
{
color: #A315A6;
}
</style>
background-color css
<style>
a { background-color: #A315A6; }
a { background-color: rgb(163,21,166); }
div.DivClassName
{
background-color: #A315A6;
}
.BgClassName
{
background-color: #A315A6;
}
</style>
border-color css
<style>
span { border-color: #A315A6; }
span { border-color: rgb(163,21,166); }
td.TdClassName
{
border-color: #A315A6;
}
.TagClassName
{
border-color: #A315A6;
}
</style>