Shades of Deep Magenta #AE0BBC
Tints of Deep Magenta #AE0BBC
RGB
CMYK
RGB Variations
Color information
#AE0BBC (or 0xAE0BBC) is known color: Deep Magenta. HEX triplet: AE, 0B and BC. RGB value is (174,11,188). Sum of RGB (Red+Green+Blue) = 174+11+188=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BBC is #51F443. Grayscale: #4F4F4F. Windows color (decimal): -5370948 or 12323758. OLE color: 12323758.
HSL color Cylindrical-coordinate representation of color #AE0BBC: hue angle of 295.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BBC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 11 | 188 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.26 |
| HSL | 295.25º | 0.89% | 0.39% | - |
| HSV(B) | 295.25º | 0.94% | 0.74% | - |
| XYZ | 26.65 | 12.87 | 48.66 | - |
| YUV | 79.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 188 | 0.07 | 0.94 | 0 | 0.26 | 295.25 | 0.89 | 0.39 |
| Hex | AE | B | BC | 7 | 5E | 0 | 1A | 127 | 59 | 27 |
| Octal | 256 | 13 | 274 | 7 | 136 | 0 | 32 | 447 | 131 | 47 |
| Binary | 10101110 | 1011 | 10111100 | 111 | 1011110 | 0 | 11010 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AE0BBC
Complementary color
Monochromatic Colors of #AE0BBC
Black with #AE0BBC
Text Example
Text Example
White with #AE0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BBC; }
p { color: rgb(174,11,188); }
H1.HeaderClassName
{
color: #AE0BBC;
}
.AnyTagClassName
{
color: #AE0BBC;
}
</style>
background-color css
<style>
a { background-color: #AE0BBC; }
a { background-color: rgb(174,11,188); }
div.DivClassName
{
background-color: #AE0BBC;
}
.BgClassName
{
background-color: #AE0BBC;
}
</style>
border-color css
<style>
span { border-color: #AE0BBC; }
span { border-color: rgb(174,11,188); }
td.TdClassName
{
border-color: #AE0BBC;
}
.TagClassName
{
border-color: #AE0BBC;
}
</style>