Shades of Deep Magenta #AE00BD
Tints of Deep Magenta #AE00BD
RGB
CMYK
RGB Variations
Color information
#AE00BD (or 0xAE00BD) is known color: Deep Magenta. HEX triplet: AE, 00 and BD. RGB value is (174,0,189). Sum of RGB (Red+Green+Blue) = 174+0+189=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BD is #51FF42. Grayscale: #484848. Windows color (decimal): -5373763 or 12386478. OLE color: 12386478.
HSL color Cylindrical-coordinate representation of color #AE00BD: hue angle of 295.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00BD is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 0 | 189 | - |
| CMYK | 0.08 | 1 | 0 | 0.26 |
| HSL | 295.24º | 1% | 0.37% | - |
| HSV(B) | 295.24º | 1% | 0.74% | - |
| XYZ | 26.64 | 12.67 | 49.19 | - |
| YUV | 73.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 189 | 0.08 | 1 | 0 | 0.26 | 295.24 | 1 | 0.37 |
| Hex | AE | 0 | BD | 8 | 64 | 0 | 1A | 127 | 64 | 25 |
| Octal | 256 | 0 | 275 | 10 | 144 | 0 | 32 | 447 | 144 | 45 |
| Binary | 10101110 | 0 | 10111101 | 1000 | 1100100 | 0 | 11010 | 100100111 | 1100100 | 100101 |
Color Harmonies of #AE00BD
Complementary color
Monochromatic Colors of #AE00BD
Black with #AE00BD
Text Example
Text Example
White with #AE00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00BD; }
p { color: rgb(174,0,189); }
H1.HeaderClassName
{
color: #AE00BD;
}
.AnyTagClassName
{
color: #AE00BD;
}
</style>
background-color css
<style>
a { background-color: #AE00BD; }
a { background-color: rgb(174,0,189); }
div.DivClassName
{
background-color: #AE00BD;
}
.BgClassName
{
background-color: #AE00BD;
}
</style>
border-color css
<style>
span { border-color: #AE00BD; }
span { border-color: rgb(174,0,189); }
td.TdClassName
{
border-color: #AE00BD;
}
.TagClassName
{
border-color: #AE00BD;
}
</style>