Shades of Dark Magenta #A31F98
Tints of Dark Magenta #A31F98
RGB
CMYK
RGB Variations
Color information
#A31F98 (or 0xA31F98) is known color: Dark Magenta. HEX triplet: A3, 1F and 98. RGB value is (163,31,152). Sum of RGB (Red+Green+Blue) = 163+31+152=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F98 is #5CE067. Grayscale: #535353. Windows color (decimal): -6086760 or 9969571. OLE color: 9969571.
HSL color Cylindrical-coordinate representation of color #A31F98: hue angle of 305º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F98 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 31 | 152 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.36 |
| HSL | 305º | 0.68% | 0.38% | - |
| HSV(B) | 305º | 0.81% | 0.64% | - |
| XYZ | 21.26 | 11.03 | 30.71 | - |
| YUV | 84.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 152 | 0 | 0.81 | 0.07 | 0.36 | 305 | 0.68 | 0.38 |
| Hex | A3 | 1F | 98 | 0 | 51 | 7 | 24 | 131 | 44 | 26 |
| Octal | 243 | 37 | 230 | 0 | 121 | 7 | 44 | 461 | 104 | 46 |
| Binary | 10100011 | 11111 | 10011000 | 0 | 1010001 | 111 | 100100 | 100110001 | 1000100 | 100110 |
Color Harmonies of #A31F98
Complementary color
Monochromatic Colors of #A31F98
Black with #A31F98
Text Example
Text Example
White with #A31F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31F98; }
p { color: rgb(163,31,152); }
H1.HeaderClassName
{
color: #A31F98;
}
.AnyTagClassName
{
color: #A31F98;
}
</style>
background-color css
<style>
a { background-color: #A31F98; }
a { background-color: rgb(163,31,152); }
div.DivClassName
{
background-color: #A31F98;
}
.BgClassName
{
background-color: #A31F98;
}
</style>
border-color css
<style>
span { border-color: #A31F98; }
span { border-color: rgb(163,31,152); }
td.TdClassName
{
border-color: #A31F98;
}
.TagClassName
{
border-color: #A31F98;
}
</style>