#AE0EC1

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

Shades of Deep Magenta #AE0EC1

Tints of Deep Magenta #AE0EC1

Color information

#AE0EC1 (or 0xAE0EC1) is unknown color: approx Deep Magenta. HEX triplet: AE, 0E and C1. RGB value is (174,14,193). Sum of RGB (Red+Green+Blue) = 174+14+193=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE0EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EC1 is #51F13E. Grayscale: #515151. Windows color (decimal): -5370175 or 12652206. OLE color: 12652206.

HSL color Cylindrical-coordinate representation of color #AE0EC1: hue angle of 293.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0EC1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17414193-
CMYK0.100.9300.24
HSL293.63º86.47%40.59%-
HSV(B)293.63º92.75%75.69%-
XYZ27.2413.1651.56-
YUV82.25190.51193.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 14 (5.86% from 255) = 3.67%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=45.67%
G=3.67%
B=50.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174141930.100.9300.24293.6386.4740.59
HexAEEC1A5D0181265629
Octal256163011213503044612651
Binary10101110111011000001101010111010110001001001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0EC1; }

 p { color: rgb(174,14,193); }

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

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

 a { background-color: rgb(174,14,193); }

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

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

 span { border-color: rgb(174,14,193); }

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