Shades of Dark Magenta #A51EA3
Tints of Dark Magenta #A51EA3
RGB
CMYK
RGB Variations
Color information
#A51EA3 (or 0xA51EA3) is known color: Dark Magenta. HEX triplet: A5, 1E and A3. RGB value is (165,30,163). Sum of RGB (Red+Green+Blue) = 165+30+163=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A51EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51EA3 is #5AE15C. Grayscale: #555555. Windows color (decimal): -5955933 or 10690213. OLE color: 10690213.
HSL color Cylindrical-coordinate representation of color #A51EA3: hue angle of 300.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51EA3 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 163 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.35 |
| HSL | 300.89º | 0.69% | 0.38% | - |
| HSV(B) | 300.89º | 0.82% | 0.65% | - |
| XYZ | 22.59 | 11.57 | 35.69 | - |
| YUV | 85.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 163 | 0 | 0.82 | 0.01 | 0.35 | 300.89 | 0.69 | 0.38 |
| Hex | A5 | 1E | A3 | 0 | 52 | 1 | 23 | 12D | 45 | 26 |
| Octal | 245 | 36 | 243 | 0 | 122 | 1 | 43 | 455 | 105 | 46 |
| Binary | 10100101 | 11110 | 10100011 | 0 | 1010010 | 1 | 100011 | 100101101 | 1000101 | 100110 |
Color Harmonies of #A51EA3
Complementary color
Monochromatic Colors of #A51EA3
Black with #A51EA3
Text Example
Text Example
White with #A51EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EA3; }
p { color: rgb(165,30,163); }
H1.HeaderClassName
{
color: #A51EA3;
}
.AnyTagClassName
{
color: #A51EA3;
}
</style>
background-color css
<style>
a { background-color: #A51EA3; }
a { background-color: rgb(165,30,163); }
div.DivClassName
{
background-color: #A51EA3;
}
.BgClassName
{
background-color: #A51EA3;
}
</style>
border-color css
<style>
span { border-color: #A51EA3; }
span { border-color: rgb(165,30,163); }
td.TdClassName
{
border-color: #A51EA3;
}
.TagClassName
{
border-color: #A51EA3;
}
</style>