Shades of Dark Magenta #A315A7
Tints of Dark Magenta #A315A7
RGB
CMYK
RGB Variations
Color information
#A315A7 (or 0xA315A7) is known color: Dark Magenta. HEX triplet: A3, 15 and A7. RGB value is (163,21,167). Sum of RGB (Red+Green+Blue) = 163+21+167=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 167 - color contains mainly: blue. Hex color #A315A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A315A7 is #5CEA58. Grayscale: #4F4F4F. Windows color (decimal): -6089305 or 10950051. OLE color: 10950051.
HSL color Cylindrical-coordinate representation of color #A315A7: hue angle of 298.36º 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 #A315A7 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 21 | 167 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.35 |
| HSL | 298.36º | 0.78% | 0.37% | - |
| HSV(B) | 298.36º | 0.87% | 0.65% | - |
| XYZ | 22.35 | 11.11 | 37.53 | - |
| YUV | 80.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 167 | 0.02 | 0.87 | 0 | 0.35 | 298.36 | 0.78 | 0.37 |
| Hex | A3 | 15 | A7 | 2 | 57 | 0 | 23 | 12A | 4E | 25 |
| Octal | 243 | 25 | 247 | 2 | 127 | 0 | 43 | 452 | 116 | 45 |
| Binary | 10100011 | 10101 | 10100111 | 10 | 1010111 | 0 | 100011 | 100101010 | 1001110 | 100101 |
Color Harmonies of #A315A7
Complementary color
Monochromatic Colors of #A315A7
Black with #A315A7
Text Example
Text Example
White with #A315A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315A7; }
p { color: rgb(163,21,167); }
H1.HeaderClassName
{
color: #A315A7;
}
.AnyTagClassName
{
color: #A315A7;
}
</style>
background-color css
<style>
a { background-color: #A315A7; }
a { background-color: rgb(163,21,167); }
div.DivClassName
{
background-color: #A315A7;
}
.BgClassName
{
background-color: #A315A7;
}
</style>
border-color css
<style>
span { border-color: #A315A7; }
span { border-color: rgb(163,21,167); }
td.TdClassName
{
border-color: #A315A7;
}
.TagClassName
{
border-color: #A315A7;
}
</style>