Shades of Dark Magenta #A31BA7
Tints of Dark Magenta #A31BA7
RGB
CMYK
RGB Variations
Color information
#A31BA7 (or 0xA31BA7) is known color: Dark Magenta. HEX triplet: A3, 1B and A7. RGB value is (163,27,167). Sum of RGB (Red+Green+Blue) = 163+27+167=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #A31BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA7 is #5CE458. Grayscale: #535353. Windows color (decimal): -6087769 or 10951587. OLE color: 10951587.
HSL color Cylindrical-coordinate representation of color #A31BA7: hue angle of 298.29º 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 #A31BA7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 27 | 167 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.35 |
| HSL | 298.29º | 0.72% | 0.38% | - |
| HSV(B) | 298.29º | 0.84% | 0.65% | - |
| XYZ | 22.47 | 11.36 | 37.57 | - |
| YUV | 83.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 167 | 0.02 | 0.84 | 0 | 0.35 | 298.29 | 0.72 | 0.38 |
| Hex | A3 | 1B | A7 | 2 | 54 | 0 | 23 | 12A | 48 | 26 |
| Octal | 243 | 33 | 247 | 2 | 124 | 0 | 43 | 452 | 110 | 46 |
| Binary | 10100011 | 11011 | 10100111 | 10 | 1010100 | 0 | 100011 | 100101010 | 1001000 | 100110 |
Color Harmonies of #A31BA7
Complementary color
Monochromatic Colors of #A31BA7
Black with #A31BA7
Text Example
Text Example
White with #A31BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BA7; }
p { color: rgb(163,27,167); }
H1.HeaderClassName
{
color: #A31BA7;
}
.AnyTagClassName
{
color: #A31BA7;
}
</style>
background-color css
<style>
a { background-color: #A31BA7; }
a { background-color: rgb(163,27,167); }
div.DivClassName
{
background-color: #A31BA7;
}
.BgClassName
{
background-color: #A31BA7;
}
</style>
border-color css
<style>
span { border-color: #A31BA7; }
span { border-color: rgb(163,27,167); }
td.TdClassName
{
border-color: #A31BA7;
}
.TagClassName
{
border-color: #A31BA7;
}
</style>