#AE10BA

Color #AE10BA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE10BA

Tints of Deep Magenta #AE10BA

Color information

#AE10BA (or 0xAE10BA) is unknown color: approx Deep Magenta. HEX triplet: AE, 10 and BA. RGB value is (174,16,186). Sum of RGB (Red+Green+Blue) = 174+16+186=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10BA is #51EF45. Grayscale: #525252. Windows color (decimal): -5369670 or 12193966. OLE color: 12193966.

HSL color Cylindrical-coordinate representation of color #AE10BA: hue angle of 295.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10BA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17416186-
CMYK0.060.9100.27
HSL295.76º84.16%39.61%-
HSV(B)295.76º91.4%72.94%-
XYZ26.512.9147.55-
YUV82.62186.35193.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 16 (6.64% from 255) = 4.26%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=46.28%
G=4.26%
B=49.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174161860.060.9100.27295.7684.1639.61
HexAE10BA65B01B1285428
Octal25620272613303345012450
Binary10101110100001011101011010110110110111001010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE10BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE10BA; }

 p { color: rgb(174,16,186); }

 H1.HeaderClassName
 {
   color: #AE10BA;
 }
 .AnyTagClassName
 {
   color: #AE10BA;
 }
</style>
background-color css

<style>
 a { background-color: #AE10BA; }

 a { background-color: rgb(174,16,186); }

 div.DivClassName
 {
   background-color: #AE10BA;
 }
 .BgClassName
 {
   background-color: #AE10BA;
 }
</style>
border-color css

<style>
 span { border-color: #AE10BA; }

 span { border-color: rgb(174,16,186); }

 td.TdClassName
 {
   border-color: #AE10BA;
 }
 .TagClassName
 {
   border-color: #AE10BA;
 }
</style>