Shades of Dark Magenta #A31CA5
Tints of Dark Magenta #A31CA5
RGB
CMYK
RGB Variations
Color information
#A31CA5 (or 0xA31CA5) is known color: Dark Magenta. HEX triplet: A3, 1C and A5. RGB value is (163,28,165). Sum of RGB (Red+Green+Blue) = 163+28+165=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #A31CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CA5 is #5CE35A. Grayscale: #535353. Windows color (decimal): -6087515 or 10820771. OLE color: 10820771.
HSL color Cylindrical-coordinate representation of color #A31CA5: hue angle of 299.12º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31CA5 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 28 | 165 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.35 |
| HSL | 299.12º | 0.71% | 0.38% | - |
| HSV(B) | 299.12º | 0.83% | 0.65% | - |
| XYZ | 22.31 | 11.33 | 36.61 | - |
| YUV | 83.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 165 | 0.01 | 0.83 | 0 | 0.35 | 299.12 | 0.71 | 0.38 |
| Hex | A3 | 1C | A5 | 1 | 53 | 0 | 23 | 12B | 47 | 26 |
| Octal | 243 | 34 | 245 | 1 | 123 | 0 | 43 | 453 | 107 | 46 |
| Binary | 10100011 | 11100 | 10100101 | 1 | 1010011 | 0 | 100011 | 100101011 | 1000111 | 100110 |
Color Harmonies of #A31CA5
Complementary color
Monochromatic Colors of #A31CA5
Black with #A31CA5
Text Example
Text Example
White with #A31CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CA5; }
p { color: rgb(163,28,165); }
H1.HeaderClassName
{
color: #A31CA5;
}
.AnyTagClassName
{
color: #A31CA5;
}
</style>
background-color css
<style>
a { background-color: #A31CA5; }
a { background-color: rgb(163,28,165); }
div.DivClassName
{
background-color: #A31CA5;
}
.BgClassName
{
background-color: #A31CA5;
}
</style>
border-color css
<style>
span { border-color: #A31CA5; }
span { border-color: rgb(163,28,165); }
td.TdClassName
{
border-color: #A31CA5;
}
.TagClassName
{
border-color: #A31CA5;
}
</style>