Shades of Deep Magenta #AC03AB
Tints of Deep Magenta #AC03AB
RGB
CMYK
RGB Variations
Color information
#AC03AB (or 0xAC03AB) is known color: Deep Magenta. HEX triplet: AC, 03 and AB. RGB value is (172,3,171). Sum of RGB (Red+Green+Blue) = 172+3+171=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03AB is #53FC54. Grayscale: #484848. Windows color (decimal): -5504085 or 11207596. OLE color: 11207596.
HSL color Cylindrical-coordinate representation of color #AC03AB: hue angle of 300.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03AB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.33 |
| HSL | 300.36º | 0.97% | 0.34% | - |
| HSV(B) | 300.36º | 0.98% | 0.67% | - |
| XYZ | 24.4 | 11.78 | 39.52 | - |
| YUV | 72.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 171 | 0 | 0.98 | 0.01 | 0.33 | 300.36 | 0.97 | 0.34 |
| Hex | AC | 3 | AB | 0 | 62 | 1 | 21 | 12C | 61 | 22 |
| Octal | 254 | 3 | 253 | 0 | 142 | 1 | 41 | 454 | 141 | 42 |
| Binary | 10101100 | 11 | 10101011 | 0 | 1100010 | 1 | 100001 | 100101100 | 1100001 | 100010 |
Color Harmonies of #AC03AB
Complementary color
Monochromatic Colors of #AC03AB
Black with #AC03AB
Text Example
Text Example
White with #AC03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03AB; }
p { color: rgb(172,3,171); }
H1.HeaderClassName
{
color: #AC03AB;
}
.AnyTagClassName
{
color: #AC03AB;
}
</style>
background-color css
<style>
a { background-color: #AC03AB; }
a { background-color: rgb(172,3,171); }
div.DivClassName
{
background-color: #AC03AB;
}
.BgClassName
{
background-color: #AC03AB;
}
</style>
border-color css
<style>
span { border-color: #AC03AB; }
span { border-color: rgb(172,3,171); }
td.TdClassName
{
border-color: #AC03AB;
}
.TagClassName
{
border-color: #AC03AB;
}
</style>