Shades of Dark Magenta #A502AC
Tints of Dark Magenta #A502AC
RGB
CMYK
RGB Variations
Color information
#A502AC (or 0xA502AC) is known color: Dark Magenta. HEX triplet: A5, 02 and AC. RGB value is (165,2,172). Sum of RGB (Red+Green+Blue) = 165+2+172=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A502AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502AC is #5AFD53. Grayscale: #454545. Windows color (decimal): -5963092 or 11272869. OLE color: 11272869.
HSL color Cylindrical-coordinate representation of color #A502AC: hue angle of 297.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502AC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 2 | 172 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.33 |
| HSL | 297.53º | 0.98% | 0.34% | - |
| HSV(B) | 297.53º | 0.99% | 0.67% | - |
| XYZ | 22.99 | 11.02 | 39.95 | - |
| YUV | 70.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 172 | 0.04 | 0.99 | 0 | 0.33 | 297.53 | 0.98 | 0.34 |
| Hex | A5 | 2 | AC | 4 | 63 | 0 | 21 | 12A | 62 | 22 |
| Octal | 245 | 2 | 254 | 4 | 143 | 0 | 41 | 452 | 142 | 42 |
| Binary | 10100101 | 10 | 10101100 | 100 | 1100011 | 0 | 100001 | 100101010 | 1100010 | 100010 |
Color Harmonies of #A502AC
Complementary color
Monochromatic Colors of #A502AC
Black with #A502AC
Text Example
Text Example
White with #A502AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502AC; }
p { color: rgb(165,2,172); }
H1.HeaderClassName
{
color: #A502AC;
}
.AnyTagClassName
{
color: #A502AC;
}
</style>
background-color css
<style>
a { background-color: #A502AC; }
a { background-color: rgb(165,2,172); }
div.DivClassName
{
background-color: #A502AC;
}
.BgClassName
{
background-color: #A502AC;
}
</style>
border-color css
<style>
span { border-color: #A502AC; }
span { border-color: rgb(165,2,172); }
td.TdClassName
{
border-color: #A502AC;
}
.TagClassName
{
border-color: #A502AC;
}
</style>