Shades of Deep Magenta #AC02BC
Tints of Deep Magenta #AC02BC
RGB
CMYK
RGB Variations
Color information
#AC02BC (or 0xAC02BC) is known color: Deep Magenta. HEX triplet: AC, 02 and BC. RGB value is (172,2,188). Sum of RGB (Red+Green+Blue) = 172+2+188=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02BC is #53FD43. Grayscale: #494949. Windows color (decimal): -5504324 or 12321452. OLE color: 12321452.
HSL color Cylindrical-coordinate representation of color #AC02BC: hue angle of 294.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02BC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 2 | 188 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.26 |
| HSL | 294.84º | 0.98% | 0.37% | - |
| HSV(B) | 294.84º | 0.99% | 0.74% | - |
| XYZ | 26.11 | 12.44 | 48.6 | - |
| YUV | 74.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 188 | 0.09 | 0.99 | 0 | 0.26 | 294.84 | 0.98 | 0.37 |
| Hex | AC | 2 | BC | 9 | 63 | 0 | 1A | 127 | 62 | 25 |
| Octal | 254 | 2 | 274 | 11 | 143 | 0 | 32 | 447 | 142 | 45 |
| Binary | 10101100 | 10 | 10111100 | 1001 | 1100011 | 0 | 11010 | 100100111 | 1100010 | 100101 |
Color Harmonies of #AC02BC
Complementary color
Monochromatic Colors of #AC02BC
Black with #AC02BC
Text Example
Text Example
White with #AC02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02BC; }
p { color: rgb(172,2,188); }
H1.HeaderClassName
{
color: #AC02BC;
}
.AnyTagClassName
{
color: #AC02BC;
}
</style>
background-color css
<style>
a { background-color: #AC02BC; }
a { background-color: rgb(172,2,188); }
div.DivClassName
{
background-color: #AC02BC;
}
.BgClassName
{
background-color: #AC02BC;
}
</style>
border-color css
<style>
span { border-color: #AC02BC; }
span { border-color: rgb(172,2,188); }
td.TdClassName
{
border-color: #AC02BC;
}
.TagClassName
{
border-color: #AC02BC;
}
</style>