Shades of Dark Magenta #AE0095
Tints of Dark Magenta #AE0095
RGB
CMYK
RGB Variations
Color information
#AE0095 (or 0xAE0095) is known color: Dark Magenta. HEX triplet: AE, 00 and 95. RGB value is (174,0,149). Sum of RGB (Red+Green+Blue) = 174+0+149=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0095 is #51FF6A. Grayscale: #444444. Windows color (decimal): -5373803 or 9765038. OLE color: 9765038.
HSL color Cylindrical-coordinate representation of color #AE0095: hue angle of 308.62º 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 #AE0095 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.14 | 0.32 |
| HSL | 308.62º | 1% | 0.34% | - |
| HSV(B) | 308.62º | 1% | 0.68% | - |
| XYZ | 22.88 | 11.17 | 29.38 | - |
| YUV | 69.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 149 | 0 | 1 | 0.14 | 0.32 | 308.62 | 1 | 0.34 |
| Hex | AE | 0 | 95 | 0 | 64 | E | 20 | 135 | 64 | 22 |
| Octal | 256 | 0 | 225 | 0 | 144 | 16 | 40 | 465 | 144 | 42 |
| Binary | 10101110 | 0 | 10010101 | 0 | 1100100 | 1110 | 100000 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AE0095
Complementary color
Monochromatic Colors of #AE0095
Black with #AE0095
Text Example
Text Example
White with #AE0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0095; }
p { color: rgb(174,0,149); }
H1.HeaderClassName
{
color: #AE0095;
}
.AnyTagClassName
{
color: #AE0095;
}
</style>
background-color css
<style>
a { background-color: #AE0095; }
a { background-color: rgb(174,0,149); }
div.DivClassName
{
background-color: #AE0095;
}
.BgClassName
{
background-color: #AE0095;
}
</style>
border-color css
<style>
span { border-color: #AE0095; }
span { border-color: rgb(174,0,149); }
td.TdClassName
{
border-color: #AE0095;
}
.TagClassName
{
border-color: #AE0095;
}
</style>