Shades of Dark Magenta #A51BA3
Tints of Dark Magenta #A51BA3
RGB
CMYK
RGB Variations
Color information
#A51BA3 (or 0xA51BA3) is known color: Dark Magenta. HEX triplet: A5, 1B and A3. RGB value is (165,27,163). Sum of RGB (Red+Green+Blue) = 165+27+163=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A51BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA3 is #5AE45C. Grayscale: #535353. Windows color (decimal): -5956701 or 10689445. OLE color: 10689445.
HSL color Cylindrical-coordinate representation of color #A51BA3: hue angle of 300.87º 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 #A51BA3 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 163 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.35 |
| HSL | 300.87º | 0.72% | 0.38% | - |
| HSV(B) | 300.87º | 0.84% | 0.65% | - |
| XYZ | 22.52 | 11.43 | 35.67 | - |
| YUV | 83.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 163 | 0 | 0.84 | 0.01 | 0.35 | 300.87 | 0.72 | 0.38 |
| Hex | A5 | 1B | A3 | 0 | 54 | 1 | 23 | 12D | 48 | 26 |
| Octal | 245 | 33 | 243 | 0 | 124 | 1 | 43 | 455 | 110 | 46 |
| Binary | 10100101 | 11011 | 10100011 | 0 | 1010100 | 1 | 100011 | 100101101 | 1001000 | 100110 |
Color Harmonies of #A51BA3
Complementary color
Monochromatic Colors of #A51BA3
Black with #A51BA3
Text Example
Text Example
White with #A51BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BA3; }
p { color: rgb(165,27,163); }
H1.HeaderClassName
{
color: #A51BA3;
}
.AnyTagClassName
{
color: #A51BA3;
}
</style>
background-color css
<style>
a { background-color: #A51BA3; }
a { background-color: rgb(165,27,163); }
div.DivClassName
{
background-color: #A51BA3;
}
.BgClassName
{
background-color: #A51BA3;
}
</style>
border-color css
<style>
span { border-color: #A51BA3; }
span { border-color: rgb(165,27,163); }
td.TdClassName
{
border-color: #A51BA3;
}
.TagClassName
{
border-color: #A51BA3;
}
</style>