Shades of Dark Magenta #AE009C
Tints of Dark Magenta #AE009C
RGB
CMYK
RGB Variations
Color information
#AE009C (or 0xAE009C) is known color: Dark Magenta. HEX triplet: AE, 00 and 9C. RGB value is (174,0,156). Sum of RGB (Red+Green+Blue) = 174+0+156=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE009C is #51FF63. Grayscale: #454545. Windows color (decimal): -5373796 or 10223790. OLE color: 10223790.
HSL color Cylindrical-coordinate representation of color #AE009C: hue angle of 306.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE009C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.10 | 0.32 |
| HSL | 306.21º | 1% | 0.34% | - |
| HSV(B) | 306.21º | 1% | 0.68% | - |
| XYZ | 23.46 | 11.4 | 32.42 | - |
| YUV | 69.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 156 | 0 | 1 | 0.10 | 0.32 | 306.21 | 1 | 0.34 |
| Hex | AE | 0 | 9C | 0 | 64 | A | 20 | 132 | 64 | 22 |
| Octal | 256 | 0 | 234 | 0 | 144 | 12 | 40 | 462 | 144 | 42 |
| Binary | 10101110 | 0 | 10011100 | 0 | 1100100 | 1010 | 100000 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AE009C
Complementary color
Monochromatic Colors of #AE009C
Black with #AE009C
Text Example
Text Example
White with #AE009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE009C; }
p { color: rgb(174,0,156); }
H1.HeaderClassName
{
color: #AE009C;
}
.AnyTagClassName
{
color: #AE009C;
}
</style>
background-color css
<style>
a { background-color: #AE009C; }
a { background-color: rgb(174,0,156); }
div.DivClassName
{
background-color: #AE009C;
}
.BgClassName
{
background-color: #AE009C;
}
</style>
border-color css
<style>
span { border-color: #AE009C; }
span { border-color: rgb(174,0,156); }
td.TdClassName
{
border-color: #AE009C;
}
.TagClassName
{
border-color: #AE009C;
}
</style>