Shades of Dark Magenta #AC099D
Tints of Dark Magenta #AC099D
RGB
CMYK
RGB Variations
Color information
#AC099D (or 0xAC099D) is known color: Dark Magenta. HEX triplet: AC, 09 and 9D. RGB value is (172,9,157). Sum of RGB (Red+Green+Blue) = 172+9+157=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC099D is #53F662. Grayscale: #4A4A4A. Windows color (decimal): -5502563 or 10291628. OLE color: 10291628.
HSL color Cylindrical-coordinate representation of color #AC099D: hue angle of 305.52º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC099D is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 9 | 157 | - |
CMYK | 0 | 0.95 | 0.09 | 0.33 |
HSL | 305.52º | 0.9% | 0.35% | - |
HSV(B) | 305.52º | 0.95% | 0.67% | - |
XYZ | 23.2 | 11.4 | 32.88 | - |
YUV | 74.61 | 174.5 | 197.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 9 | 157 | 0 | 0.95 | 0.09 | 0.33 | 305.52 | 0.9 | 0.35 |
Hex | AC | 9 | 9D | 0 | 5F | 9 | 21 | 132 | 5A | 23 |
Octal | 254 | 11 | 235 | 0 | 137 | 11 | 41 | 462 | 132 | 43 |
Binary | 10101100 | 1001 | 10011101 | 0 | 1011111 | 1001 | 100001 | 100110010 | 1011010 | 100011 |
Color Harmonies of #AC099D
Complementary color
Monochromatic Colors of #AC099D
Black with #AC099D
Text Example
Text Example
White with #AC099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC099D; }
p { color: rgb(172,9,157); }
H1.HeaderClassName
{
color: #AC099D;
}
.AnyTagClassName
{
color: #AC099D;
}
</style>
background-color css
<style>
a { background-color: #AC099D; }
a { background-color: rgb(172,9,157); }
div.DivClassName
{
background-color: #AC099D;
}
.BgClassName
{
background-color: #AC099D;
}
</style>
border-color css
<style>
span { border-color: #AC099D; }
span { border-color: rgb(172,9,157); }
td.TdClassName
{
border-color: #AC099D;
}
.TagClassName
{
border-color: #AC099D;
}
</style>