Shades of Deep Magenta #AC0FB2
Tints of Deep Magenta #AC0FB2
RGB
CMYK
RGB Variations
Color information
#AC0FB2 (or 0xAC0FB2) is known color: Deep Magenta. HEX triplet: AC, 0F and B2. RGB value is (172,15,178). Sum of RGB (Red+Green+Blue) = 172+15+178=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC0FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FB2 is #53F04D. Grayscale: #505050. Windows color (decimal): -5501006 or 11669420. OLE color: 11669420.
HSL color Cylindrical-coordinate representation of color #AC0FB2: hue angle of 297.79º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FB2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 15 | 178 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.30 |
| HSL | 297.79º | 0.84% | 0.38% | - |
| HSV(B) | 297.79º | 0.92% | 0.7% | - |
| XYZ | 25.22 | 12.33 | 43.17 | - |
| YUV | 80.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 178 | 0.03 | 0.92 | 0 | 0.30 | 297.79 | 0.84 | 0.38 |
| Hex | AC | F | B2 | 3 | 5C | 0 | 1E | 12A | 54 | 26 |
| Octal | 254 | 17 | 262 | 3 | 134 | 0 | 36 | 452 | 124 | 46 |
| Binary | 10101100 | 1111 | 10110010 | 11 | 1011100 | 0 | 11110 | 100101010 | 1010100 | 100110 |
Color Harmonies of #AC0FB2
Complementary color
Monochromatic Colors of #AC0FB2
Black with #AC0FB2
Text Example
Text Example
White with #AC0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FB2; }
p { color: rgb(172,15,178); }
H1.HeaderClassName
{
color: #AC0FB2;
}
.AnyTagClassName
{
color: #AC0FB2;
}
</style>
background-color css
<style>
a { background-color: #AC0FB2; }
a { background-color: rgb(172,15,178); }
div.DivClassName
{
background-color: #AC0FB2;
}
.BgClassName
{
background-color: #AC0FB2;
}
</style>
border-color css
<style>
span { border-color: #AC0FB2; }
span { border-color: rgb(172,15,178); }
td.TdClassName
{
border-color: #AC0FB2;
}
.TagClassName
{
border-color: #AC0FB2;
}
</style>