Shades of Deep Magenta #AE17BA
Tints of Deep Magenta #AE17BA
RGB
CMYK
RGB Variations
Color information
#AE17BA (or 0xAE17BA) is known color: Deep Magenta. HEX triplet: AE, 17 and BA. RGB value is (174,23,186). Sum of RGB (Red+Green+Blue) = 174+23+186=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17BA is #51E845. Grayscale: #565656. Windows color (decimal): -5367878 or 12195758. OLE color: 12195758.
HSL color Cylindrical-coordinate representation of color #AE17BA: hue angle of 295.58º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE17BA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 23 | 186 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.27 |
| HSL | 295.58º | 0.78% | 0.41% | - |
| HSV(B) | 295.58º | 0.88% | 0.73% | - |
| XYZ | 26.62 | 13.16 | 47.59 | - |
| YUV | 86.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 186 | 0.06 | 0.88 | 0 | 0.27 | 295.58 | 0.78 | 0.41 |
| Hex | AE | 17 | BA | 6 | 58 | 0 | 1B | 128 | 4E | 29 |
| Octal | 256 | 27 | 272 | 6 | 130 | 0 | 33 | 450 | 116 | 51 |
| Binary | 10101110 | 10111 | 10111010 | 110 | 1011000 | 0 | 11011 | 100101000 | 1001110 | 101001 |
Color Harmonies of #AE17BA
Complementary color
Monochromatic Colors of #AE17BA
Black with #AE17BA
Text Example
Text Example
White with #AE17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE17BA; }
p { color: rgb(174,23,186); }
H1.HeaderClassName
{
color: #AE17BA;
}
.AnyTagClassName
{
color: #AE17BA;
}
</style>
background-color css
<style>
a { background-color: #AE17BA; }
a { background-color: rgb(174,23,186); }
div.DivClassName
{
background-color: #AE17BA;
}
.BgClassName
{
background-color: #AE17BA;
}
</style>
border-color css
<style>
span { border-color: #AE17BA; }
span { border-color: rgb(174,23,186); }
td.TdClassName
{
border-color: #AE17BA;
}
.TagClassName
{
border-color: #AE17BA;
}
</style>