Shades of Dark Magenta #A31AAA
Tints of Dark Magenta #A31AAA
RGB
CMYK
RGB Variations
Color information
#A31AAA (or 0xA31AAA) is known color: Dark Magenta. HEX triplet: A3, 1A and AA. RGB value is (163,26,170). Sum of RGB (Red+Green+Blue) = 163+26+170=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AAA is #5CE555. Grayscale: #525252. Windows color (decimal): -6088022 or 11147939. OLE color: 11147939.
HSL color Cylindrical-coordinate representation of color #A31AAA: hue angle of 297.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31AAA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 26 | 170 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.33 |
| HSL | 297.08º | 0.73% | 0.38% | - |
| HSV(B) | 297.08º | 0.85% | 0.67% | - |
| XYZ | 22.73 | 11.43 | 39.04 | - |
| YUV | 83.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 170 | 0.04 | 0.85 | 0 | 0.33 | 297.08 | 0.73 | 0.38 |
| Hex | A3 | 1A | AA | 4 | 55 | 0 | 21 | 129 | 49 | 26 |
| Octal | 243 | 32 | 252 | 4 | 125 | 0 | 41 | 451 | 111 | 46 |
| Binary | 10100011 | 11010 | 10101010 | 100 | 1010101 | 0 | 100001 | 100101001 | 1001001 | 100110 |
Color Harmonies of #A31AAA
Complementary color
Monochromatic Colors of #A31AAA
Black with #A31AAA
Text Example
Text Example
White with #A31AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AAA; }
p { color: rgb(163,26,170); }
H1.HeaderClassName
{
color: #A31AAA;
}
.AnyTagClassName
{
color: #A31AAA;
}
</style>
background-color css
<style>
a { background-color: #A31AAA; }
a { background-color: rgb(163,26,170); }
div.DivClassName
{
background-color: #A31AAA;
}
.BgClassName
{
background-color: #A31AAA;
}
</style>
border-color css
<style>
span { border-color: #A31AAA; }
span { border-color: rgb(163,26,170); }
td.TdClassName
{
border-color: #A31AAA;
}
.TagClassName
{
border-color: #A31AAA;
}
</style>