Shades of Deep Magenta #AC04BD
Tints of Deep Magenta #AC04BD
RGB
CMYK
RGB Variations
Color information
#AC04BD (or 0xAC04BD) is known color: Deep Magenta. HEX triplet: AC, 04 and BD. RGB value is (172,4,189). Sum of RGB (Red+Green+Blue) = 172+4+189=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC04BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04BD is #53FB42. Grayscale: #4A4A4A. Windows color (decimal): -5503811 or 12387500. OLE color: 12387500.
HSL color Cylindrical-coordinate representation of color #AC04BD: hue angle of 294.49º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04BD is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 4 | 189 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.26 |
| HSL | 294.49º | 0.96% | 0.38% | - |
| HSV(B) | 294.49º | 0.98% | 0.74% | - |
| XYZ | 26.24 | 12.53 | 49.18 | - |
| YUV | 75.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 189 | 0.09 | 0.98 | 0 | 0.26 | 294.49 | 0.96 | 0.38 |
| Hex | AC | 4 | BD | 9 | 62 | 0 | 1A | 126 | 60 | 26 |
| Octal | 254 | 4 | 275 | 11 | 142 | 0 | 32 | 446 | 140 | 46 |
| Binary | 10101100 | 100 | 10111101 | 1001 | 1100010 | 0 | 11010 | 100100110 | 1100000 | 100110 |
Color Harmonies of #AC04BD
Complementary color
Monochromatic Colors of #AC04BD
Black with #AC04BD
Text Example
Text Example
White with #AC04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04BD; }
p { color: rgb(172,4,189); }
H1.HeaderClassName
{
color: #AC04BD;
}
.AnyTagClassName
{
color: #AC04BD;
}
</style>
background-color css
<style>
a { background-color: #AC04BD; }
a { background-color: rgb(172,4,189); }
div.DivClassName
{
background-color: #AC04BD;
}
.BgClassName
{
background-color: #AC04BD;
}
</style>
border-color css
<style>
span { border-color: #AC04BD; }
span { border-color: rgb(172,4,189); }
td.TdClassName
{
border-color: #AC04BD;
}
.TagClassName
{
border-color: #AC04BD;
}
</style>