Shades of Deep Magenta #AC01B3
Tints of Deep Magenta #AC01B3
RGB
CMYK
RGB Variations
Color information
#AC01B3 (or 0xAC01B3) is known color: Deep Magenta. HEX triplet: AC, 01 and B3. RGB value is (172,1,179). Sum of RGB (Red+Green+Blue) = 172+1+179=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01B3 is #53FE4C. Grayscale: #474747. Windows color (decimal): -5504589 or 11731372. OLE color: 11731372.
HSL color Cylindrical-coordinate representation of color #AC01B3: hue angle of 297.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01B3 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 1 | 179 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.30 |
| HSL | 297.64º | 0.99% | 0.35% | - |
| HSV(B) | 297.64º | 0.99% | 0.7% | - |
| XYZ | 25.16 | 12.05 | 43.65 | - |
| YUV | 72.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 179 | 0.04 | 0.99 | 0 | 0.30 | 297.64 | 0.99 | 0.35 |
| Hex | AC | 1 | B3 | 4 | 63 | 0 | 1E | 12A | 63 | 23 |
| Octal | 254 | 1 | 263 | 4 | 143 | 0 | 36 | 452 | 143 | 43 |
| Binary | 10101100 | 1 | 10110011 | 100 | 1100011 | 0 | 11110 | 100101010 | 1100011 | 100011 |
Color Harmonies of #AC01B3
Complementary color
Monochromatic Colors of #AC01B3
Black with #AC01B3
Text Example
Text Example
White with #AC01B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01B3; }
p { color: rgb(172,1,179); }
H1.HeaderClassName
{
color: #AC01B3;
}
.AnyTagClassName
{
color: #AC01B3;
}
</style>
background-color css
<style>
a { background-color: #AC01B3; }
a { background-color: rgb(172,1,179); }
div.DivClassName
{
background-color: #AC01B3;
}
.BgClassName
{
background-color: #AC01B3;
}
</style>
border-color css
<style>
span { border-color: #AC01B3; }
span { border-color: rgb(172,1,179); }
td.TdClassName
{
border-color: #AC01B3;
}
.TagClassName
{
border-color: #AC01B3;
}
</style>