Shades of Dark Magenta #A51BA2
Tints of Dark Magenta #A51BA2
RGB
CMYK
RGB Variations
Color information
#A51BA2 (or 0xA51BA2) is known color: Dark Magenta. HEX triplet: A5, 1B and A2. RGB value is (165,27,162). Sum of RGB (Red+Green+Blue) = 165+27+162=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A51BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA2 is #5AE45D. Grayscale: #535353. Windows color (decimal): -5956702 or 10623909. OLE color: 10623909.
HSL color Cylindrical-coordinate representation of color #A51BA2: hue angle of 301.3º 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 #A51BA2 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 162 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.35 |
| HSL | 301.3º | 0.72% | 0.38% | - |
| HSV(B) | 301.3º | 0.84% | 0.65% | - |
| XYZ | 22.43 | 11.39 | 35.2 | - |
| YUV | 83.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 162 | 0 | 0.84 | 0.02 | 0.35 | 301.3 | 0.72 | 0.38 |
| Hex | A5 | 1B | A2 | 0 | 54 | 2 | 23 | 12D | 48 | 26 |
| Octal | 245 | 33 | 242 | 0 | 124 | 2 | 43 | 455 | 110 | 46 |
| Binary | 10100101 | 11011 | 10100010 | 0 | 1010100 | 10 | 100011 | 100101101 | 1001000 | 100110 |
Color Harmonies of #A51BA2
Complementary color
Monochromatic Colors of #A51BA2
Black with #A51BA2
Text Example
Text Example
White with #A51BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BA2; }
p { color: rgb(165,27,162); }
H1.HeaderClassName
{
color: #A51BA2;
}
.AnyTagClassName
{
color: #A51BA2;
}
</style>
background-color css
<style>
a { background-color: #A51BA2; }
a { background-color: rgb(165,27,162); }
div.DivClassName
{
background-color: #A51BA2;
}
.BgClassName
{
background-color: #A51BA2;
}
</style>
border-color css
<style>
span { border-color: #A51BA2; }
span { border-color: rgb(165,27,162); }
td.TdClassName
{
border-color: #A51BA2;
}
.TagClassName
{
border-color: #A51BA2;
}
</style>