Html Css Color HEX #AE0EC2 Deep Magenta

📋 copy color: '#AE0EC2'

red 174 ◦ green 14 ◦ blue 194

#AE0EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AE0EC2

Tints of Deep Magenta #AE0EC2

RGB

 RED value IS 174 (68.36% from 255) = 45.55%

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 194 (76.17% from 255) = 50.79%

R = 45.55%
G = 3.66%
B = 50.79%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE0EC2 (or 0xAE0EC2) is known color: Deep Magenta. HEX triplet: AE, 0E and C2. RGB value is (174,14,194). Sum of RGB (Red+Green+Blue) = 174+14+194=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE0EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EC2 is #51F13D. Grayscale: #515151. Windows color (decimal): -5370174 or 12717742. OLE color: 12717742.

HSL color Cylindrical-coordinate representation of color #AE0EC2: hue angle of 293.33º degrees, saturation: 0.87, 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 #AE0EC2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 14 194 -
CMYK 0.10 0.93 0 0.24
HSL 293.33º 0.87% 0.41% -
HSV(B) 293.33º 0.93% 0.76% -
XYZ 27.35 13.21 52.15 -
YUV 82.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 174 14 194 0.10 0.93 0 0.24 293.33 0.87 0.41
Hex AE E C2 A 5D 0 18 125 57 29
Octal 256 16 302 12 135 0 30 445 127 51
Binary 10101110 1110 11000010 1010 1011101 0 11000 100100101 1010111 101001

Color Harmonies of #AE0EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EC2

Black with #AE0EC2

Text Example


Text Example

White with #AE0EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EC2; }

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

 H1.HeaderClassName
 {
   color: #AE0EC2;
 }
 .AnyTagClassName
 {
   color: #AE0EC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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