Shades of Dark Magenta #A514AB
Tints of Dark Magenta #A514AB
RGB
CMYK
RGB Variations
Color information
#A514AB (or 0xA514AB) is known color: Dark Magenta. HEX triplet: A5, 14 and AB. RGB value is (165,20,171). Sum of RGB (Red+Green+Blue) = 165+20+171=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A514AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514AB is #5AEB54. Grayscale: #505050. Windows color (decimal): -5958485 or 11211941. OLE color: 11211941.
HSL color Cylindrical-coordinate representation of color #A514AB: hue angle of 297.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A514AB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 20 | 171 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.33 |
| HSL | 297.62º | 0.79% | 0.37% | - |
| HSV(B) | 297.62º | 0.88% | 0.67% | - |
| XYZ | 23.12 | 11.44 | 39.52 | - |
| YUV | 80.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 171 | 0.04 | 0.88 | 0 | 0.33 | 297.62 | 0.79 | 0.37 |
| Hex | A5 | 14 | AB | 4 | 58 | 0 | 21 | 12A | 4F | 25 |
| Octal | 245 | 24 | 253 | 4 | 130 | 0 | 41 | 452 | 117 | 45 |
| Binary | 10100101 | 10100 | 10101011 | 100 | 1011000 | 0 | 100001 | 100101010 | 1001111 | 100101 |
Color Harmonies of #A514AB
Complementary color
Monochromatic Colors of #A514AB
Black with #A514AB
Text Example
Text Example
White with #A514AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514AB; }
p { color: rgb(165,20,171); }
H1.HeaderClassName
{
color: #A514AB;
}
.AnyTagClassName
{
color: #A514AB;
}
</style>
background-color css
<style>
a { background-color: #A514AB; }
a { background-color: rgb(165,20,171); }
div.DivClassName
{
background-color: #A514AB;
}
.BgClassName
{
background-color: #A514AB;
}
</style>
border-color css
<style>
span { border-color: #A514AB; }
span { border-color: rgb(165,20,171); }
td.TdClassName
{
border-color: #A514AB;
}
.TagClassName
{
border-color: #A514AB;
}
</style>