#AE11C3

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

Shades of Deep Magenta #AE11C3

Tints of Deep Magenta #AE11C3

Color information

#AE11C3 (or 0xAE11C3) is unknown color: approx Deep Magenta. HEX triplet: AE, 11 and C3. RGB value is (174,17,195). Sum of RGB (Red+Green+Blue) = 174+17+195=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE11C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11C3 is #51EE3C. Grayscale: #535353. Windows color (decimal): -5369405 or 12784046. OLE color: 12784046.

HSL color Cylindrical-coordinate representation of color #AE11C3: hue angle of 292.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE11C3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17417195-
CMYK0.110.9100.24
HSL292.92º83.96%41.57%-
HSV(B)292.92º91.28%76.47%-
XYZ27.5113.3452.75-
YUV84.24190.51192.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=45.08%
G=4.40%
B=50.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174171950.110.9100.24292.9283.9641.57
HexAE11C3B5B018125542a
Octal256213031313303044512452
Binary101011101000111000011101110110110110001001001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE11C3; }

 p { color: rgb(174,17,195); }

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

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

 a { background-color: rgb(174,17,195); }

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

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

 span { border-color: rgb(174,17,195); }

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