Shades of Dark Magenta #A31CA8
Tints of Dark Magenta #A31CA8
RGB
CMYK
RGB Variations
Color information
#A31CA8 (or 0xA31CA8) is known color: Dark Magenta. HEX triplet: A3, 1C and A8. RGB value is (163,28,168). Sum of RGB (Red+Green+Blue) = 163+28+168=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #A31CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CA8 is #5CE357. Grayscale: #535353. Windows color (decimal): -6087512 or 11017379. OLE color: 11017379.
HSL color Cylindrical-coordinate representation of color #A31CA8: hue angle of 297.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31CA8 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 28 | 168 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.34 |
| HSL | 297.86º | 0.71% | 0.38% | - |
| HSV(B) | 297.86º | 0.83% | 0.66% | - |
| XYZ | 22.59 | 11.44 | 38.06 | - |
| YUV | 84.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 168 | 0.03 | 0.83 | 0 | 0.34 | 297.86 | 0.71 | 0.38 |
| Hex | A3 | 1C | A8 | 3 | 53 | 0 | 22 | 12A | 47 | 26 |
| Octal | 243 | 34 | 250 | 3 | 123 | 0 | 42 | 452 | 107 | 46 |
| Binary | 10100011 | 11100 | 10101000 | 11 | 1010011 | 0 | 100010 | 100101010 | 1000111 | 100110 |
Color Harmonies of #A31CA8
Complementary color
Monochromatic Colors of #A31CA8
Black with #A31CA8
Text Example
Text Example
White with #A31CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CA8; }
p { color: rgb(163,28,168); }
H1.HeaderClassName
{
color: #A31CA8;
}
.AnyTagClassName
{
color: #A31CA8;
}
</style>
background-color css
<style>
a { background-color: #A31CA8; }
a { background-color: rgb(163,28,168); }
div.DivClassName
{
background-color: #A31CA8;
}
.BgClassName
{
background-color: #A31CA8;
}
</style>
border-color css
<style>
span { border-color: #A31CA8; }
span { border-color: rgb(163,28,168); }
td.TdClassName
{
border-color: #A31CA8;
}
.TagClassName
{
border-color: #A31CA8;
}
</style>