Shades of Dark Magenta #A51FA3
Tints of Dark Magenta #A51FA3
RGB
CMYK
RGB Variations
Color information
#A51FA3 (or 0xA51FA3) is known color: Dark Magenta. HEX triplet: A5, 1F and A3. RGB value is (165,31,163). Sum of RGB (Red+Green+Blue) = 165+31+163=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A51FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51FA3 is #5AE05C. Grayscale: #555555. Windows color (decimal): -5955677 or 10690469. OLE color: 10690469.
HSL color Cylindrical-coordinate representation of color #A51FA3: hue angle of 300.9º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A51FA3 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 31 | 163 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.35 |
| HSL | 300.9º | 0.68% | 0.38% | - |
| HSV(B) | 300.9º | 0.81% | 0.65% | - |
| XYZ | 22.62 | 11.62 | 35.7 | - |
| YUV | 86.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 163 | 0 | 0.81 | 0.01 | 0.35 | 300.9 | 0.68 | 0.38 |
| Hex | A5 | 1F | A3 | 0 | 51 | 1 | 23 | 12D | 44 | 26 |
| Octal | 245 | 37 | 243 | 0 | 121 | 1 | 43 | 455 | 104 | 46 |
| Binary | 10100101 | 11111 | 10100011 | 0 | 1010001 | 1 | 100011 | 100101101 | 1000100 | 100110 |
Color Harmonies of #A51FA3
Complementary color
Monochromatic Colors of #A51FA3
Black with #A51FA3
Text Example
Text Example
White with #A51FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FA3; }
p { color: rgb(165,31,163); }
H1.HeaderClassName
{
color: #A51FA3;
}
.AnyTagClassName
{
color: #A51FA3;
}
</style>
background-color css
<style>
a { background-color: #A51FA3; }
a { background-color: rgb(165,31,163); }
div.DivClassName
{
background-color: #A51FA3;
}
.BgClassName
{
background-color: #A51FA3;
}
</style>
border-color css
<style>
span { border-color: #A51FA3; }
span { border-color: rgb(165,31,163); }
td.TdClassName
{
border-color: #A51FA3;
}
.TagClassName
{
border-color: #A51FA3;
}
</style>