Shades of Dark Magenta #A514AC
Tints of Dark Magenta #A514AC
RGB
CMYK
RGB Variations
Color information
#A514AC (or 0xA514AC) is known color: Dark Magenta. HEX triplet: A5, 14 and AC. RGB value is (165,20,172). Sum of RGB (Red+Green+Blue) = 165+20+172=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #A514AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514AC is #5AEB53. Grayscale: #505050. Windows color (decimal): -5958484 or 11277477. OLE color: 11277477.
HSL color Cylindrical-coordinate representation of color #A514AC: hue angle of 297.24º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A514AC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 20 | 172 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.33 |
| HSL | 297.24º | 0.79% | 0.38% | - |
| HSV(B) | 297.24º | 0.88% | 0.67% | - |
| XYZ | 23.21 | 11.48 | 40.02 | - |
| YUV | 80.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 172 | 0.04 | 0.88 | 0 | 0.33 | 297.24 | 0.79 | 0.38 |
| Hex | A5 | 14 | AC | 4 | 58 | 0 | 21 | 129 | 4F | 26 |
| Octal | 245 | 24 | 254 | 4 | 130 | 0 | 41 | 451 | 117 | 46 |
| Binary | 10100101 | 10100 | 10101100 | 100 | 1011000 | 0 | 100001 | 100101001 | 1001111 | 100110 |
Color Harmonies of #A514AC
Complementary color
Monochromatic Colors of #A514AC
Black with #A514AC
Text Example
Text Example
White with #A514AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514AC; }
p { color: rgb(165,20,172); }
H1.HeaderClassName
{
color: #A514AC;
}
.AnyTagClassName
{
color: #A514AC;
}
</style>
background-color css
<style>
a { background-color: #A514AC; }
a { background-color: rgb(165,20,172); }
div.DivClassName
{
background-color: #A514AC;
}
.BgClassName
{
background-color: #A514AC;
}
</style>
border-color css
<style>
span { border-color: #A514AC; }
span { border-color: rgb(165,20,172); }
td.TdClassName
{
border-color: #A514AC;
}
.TagClassName
{
border-color: #A514AC;
}
</style>