Shades of Dark Magenta #A31BA5
Tints of Dark Magenta #A31BA5
RGB
CMYK
RGB Variations
Color information
#A31BA5 (or 0xA31BA5) is known color: Dark Magenta. HEX triplet: A3, 1B and A5. RGB value is (163,27,165). Sum of RGB (Red+Green+Blue) = 163+27+165=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #A31BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA5 is #5CE45A. Grayscale: #525252. Windows color (decimal): -6087771 or 10820515. OLE color: 10820515.
HSL color Cylindrical-coordinate representation of color #A31BA5: hue angle of 299.13º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31BA5 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 27 | 165 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.35 |
| HSL | 299.13º | 0.72% | 0.38% | - |
| HSV(B) | 299.13º | 0.84% | 0.65% | - |
| XYZ | 22.29 | 11.29 | 36.6 | - |
| YUV | 83.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 165 | 0.01 | 0.84 | 0 | 0.35 | 299.13 | 0.72 | 0.38 |
| Hex | A3 | 1B | A5 | 1 | 54 | 0 | 23 | 12B | 48 | 26 |
| Octal | 243 | 33 | 245 | 1 | 124 | 0 | 43 | 453 | 110 | 46 |
| Binary | 10100011 | 11011 | 10100101 | 1 | 1010100 | 0 | 100011 | 100101011 | 1001000 | 100110 |
Color Harmonies of #A31BA5
Complementary color
Monochromatic Colors of #A31BA5
Black with #A31BA5
Text Example
Text Example
White with #A31BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BA5; }
p { color: rgb(163,27,165); }
H1.HeaderClassName
{
color: #A31BA5;
}
.AnyTagClassName
{
color: #A31BA5;
}
</style>
background-color css
<style>
a { background-color: #A31BA5; }
a { background-color: rgb(163,27,165); }
div.DivClassName
{
background-color: #A31BA5;
}
.BgClassName
{
background-color: #A31BA5;
}
</style>
border-color css
<style>
span { border-color: #A31BA5; }
span { border-color: rgb(163,27,165); }
td.TdClassName
{
border-color: #A31BA5;
}
.TagClassName
{
border-color: #A31BA5;
}
</style>