Shades of Deep Magenta #AC09BD
Tints of Deep Magenta #AC09BD
RGB
CMYK
RGB Variations
Color information
#AC09BD (or 0xAC09BD) is known color: Deep Magenta. HEX triplet: AC, 09 and BD. RGB value is (172,9,189). Sum of RGB (Red+Green+Blue) = 172+9+189=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09BD is #53F642. Grayscale: #4D4D4D. Windows color (decimal): -5502531 or 12388780. OLE color: 12388780.
HSL color Cylindrical-coordinate representation of color #AC09BD: hue angle of 294.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09BD is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 9 | 189 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.26 |
| HSL | 294.33º | 0.91% | 0.39% | - |
| HSV(B) | 294.33º | 0.95% | 0.74% | - |
| XYZ | 26.3 | 12.64 | 49.2 | - |
| YUV | 78.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 189 | 0.09 | 0.95 | 0 | 0.26 | 294.33 | 0.91 | 0.39 |
| Hex | AC | 9 | BD | 9 | 5F | 0 | 1A | 126 | 5B | 27 |
| Octal | 254 | 11 | 275 | 11 | 137 | 0 | 32 | 446 | 133 | 47 |
| Binary | 10101100 | 1001 | 10111101 | 1001 | 1011111 | 0 | 11010 | 100100110 | 1011011 | 100111 |
Color Harmonies of #AC09BD
Complementary color
Monochromatic Colors of #AC09BD
Black with #AC09BD
Text Example
Text Example
White with #AC09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09BD; }
p { color: rgb(172,9,189); }
H1.HeaderClassName
{
color: #AC09BD;
}
.AnyTagClassName
{
color: #AC09BD;
}
</style>
background-color css
<style>
a { background-color: #AC09BD; }
a { background-color: rgb(172,9,189); }
div.DivClassName
{
background-color: #AC09BD;
}
.BgClassName
{
background-color: #AC09BD;
}
</style>
border-color css
<style>
span { border-color: #AC09BD; }
span { border-color: rgb(172,9,189); }
td.TdClassName
{
border-color: #AC09BD;
}
.TagClassName
{
border-color: #AC09BD;
}
</style>