Shades of Dark Magenta #AE089B
Tints of Dark Magenta #AE089B
RGB
CMYK
RGB Variations
Color information
#AE089B (or 0xAE089B) is known color: Dark Magenta. HEX triplet: AE, 08 and 9B. RGB value is (174,8,155). Sum of RGB (Red+Green+Blue) = 174+8+155=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE089B is #51F764. Grayscale: #494949. Windows color (decimal): -5371749 or 10160302. OLE color: 10160302.
HSL color Cylindrical-coordinate representation of color #AE089B: hue angle of 306.87º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE089B is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.32 |
| HSL | 306.87º | 0.91% | 0.36% | - |
| HSV(B) | 306.87º | 0.95% | 0.68% | - |
| XYZ | 23.46 | 11.54 | 32 | - |
| YUV | 74.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 155 | 0 | 0.95 | 0.11 | 0.32 | 306.87 | 0.91 | 0.36 |
| Hex | AE | 8 | 9B | 0 | 5F | B | 20 | 133 | 5B | 24 |
| Octal | 256 | 10 | 233 | 0 | 137 | 13 | 40 | 463 | 133 | 44 |
| Binary | 10101110 | 1000 | 10011011 | 0 | 1011111 | 1011 | 100000 | 100110011 | 1011011 | 100100 |
Color Harmonies of #AE089B
Complementary color
Monochromatic Colors of #AE089B
Black with #AE089B
Text Example
Text Example
White with #AE089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE089B; }
p { color: rgb(174,8,155); }
H1.HeaderClassName
{
color: #AE089B;
}
.AnyTagClassName
{
color: #AE089B;
}
</style>
background-color css
<style>
a { background-color: #AE089B; }
a { background-color: rgb(174,8,155); }
div.DivClassName
{
background-color: #AE089B;
}
.BgClassName
{
background-color: #AE089B;
}
</style>
border-color css
<style>
span { border-color: #AE089B; }
span { border-color: rgb(174,8,155); }
td.TdClassName
{
border-color: #AE089B;
}
.TagClassName
{
border-color: #AE089B;
}
</style>