Shades of Dark Magenta #AE009B
Tints of Dark Magenta #AE009B
RGB
CMYK
RGB Variations
Color information
#AE009B (or 0xAE009B) is known color: Dark Magenta. HEX triplet: AE, 00 and 9B. RGB value is (174,0,155). Sum of RGB (Red+Green+Blue) = 174+0+155=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE009B is #51FF64. Grayscale: #454545. Windows color (decimal): -5373797 or 10158254. OLE color: 10158254.
HSL color Cylindrical-coordinate representation of color #AE009B: hue angle of 306.55º 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 #AE009B is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.11 | 0.32 |
| HSL | 306.55º | 1% | 0.34% | - |
| HSV(B) | 306.55º | 1% | 0.68% | - |
| XYZ | 23.37 | 11.37 | 31.97 | - |
| YUV | 69.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 155 | 0 | 1 | 0.11 | 0.32 | 306.55 | 1 | 0.34 |
| Hex | AE | 0 | 9B | 0 | 64 | B | 20 | 133 | 64 | 22 |
| Octal | 256 | 0 | 233 | 0 | 144 | 13 | 40 | 463 | 144 | 42 |
| Binary | 10101110 | 0 | 10011011 | 0 | 1100100 | 1011 | 100000 | 100110011 | 1100100 | 100010 |
Color Harmonies of #AE009B
Complementary color
Monochromatic Colors of #AE009B
Black with #AE009B
Text Example
Text Example
White with #AE009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE009B; }
p { color: rgb(174,0,155); }
H1.HeaderClassName
{
color: #AE009B;
}
.AnyTagClassName
{
color: #AE009B;
}
</style>
background-color css
<style>
a { background-color: #AE009B; }
a { background-color: rgb(174,0,155); }
div.DivClassName
{
background-color: #AE009B;
}
.BgClassName
{
background-color: #AE009B;
}
</style>
border-color css
<style>
span { border-color: #AE009B; }
span { border-color: rgb(174,0,155); }
td.TdClassName
{
border-color: #AE009B;
}
.TagClassName
{
border-color: #AE009B;
}
</style>