Shades of Deep Magenta #AC01B2
Tints of Deep Magenta #AC01B2
RGB
CMYK
RGB Variations
Color information
#AC01B2 (or 0xAC01B2) is known color: Deep Magenta. HEX triplet: AC, 01 and B2. RGB value is (172,1,178). Sum of RGB (Red+Green+Blue) = 172+1+178=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01B2 is #53FE4D. Grayscale: #474747. Windows color (decimal): -5504590 or 11665836. OLE color: 11665836.
HSL color Cylindrical-coordinate representation of color #AC01B2: hue angle of 297.97º 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 #AC01B2 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 1 | 178 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.30 |
| HSL | 297.97º | 0.99% | 0.35% | - |
| HSV(B) | 297.97º | 0.99% | 0.7% | - |
| XYZ | 25.06 | 12.01 | 43.12 | - |
| YUV | 72.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 178 | 0.03 | 0.99 | 0 | 0.30 | 297.97 | 0.99 | 0.35 |
| Hex | AC | 1 | B2 | 3 | 63 | 0 | 1E | 12A | 63 | 23 |
| Octal | 254 | 1 | 262 | 3 | 143 | 0 | 36 | 452 | 143 | 43 |
| Binary | 10101100 | 1 | 10110010 | 11 | 1100011 | 0 | 11110 | 100101010 | 1100011 | 100011 |
Color Harmonies of #AC01B2
Complementary color
Monochromatic Colors of #AC01B2
Black with #AC01B2
Text Example
Text Example
White with #AC01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01B2; }
p { color: rgb(172,1,178); }
H1.HeaderClassName
{
color: #AC01B2;
}
.AnyTagClassName
{
color: #AC01B2;
}
</style>
background-color css
<style>
a { background-color: #AC01B2; }
a { background-color: rgb(172,1,178); }
div.DivClassName
{
background-color: #AC01B2;
}
.BgClassName
{
background-color: #AC01B2;
}
</style>
border-color css
<style>
span { border-color: #AC01B2; }
span { border-color: rgb(172,1,178); }
td.TdClassName
{
border-color: #AC01B2;
}
.TagClassName
{
border-color: #AC01B2;
}
</style>