Html Css Color HEX #AE0EAE Deep Magenta

📋 copy color: '#AE0EAE'

red 174 ◦ green 14 ◦ blue 174

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

Shades of Deep Magenta #AE0EAE

Tints of Deep Magenta #AE0EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 48.07%
G = 3.87%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE0EAE (or 0xAE0EAE) is known color: Deep Magenta. HEX triplet: AE, 0E and AE. RGB value is (174,14,174). Sum of RGB (Red+Green+Blue) = 174+14+174=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE0EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0EAE is #51F151. Grayscale: #4F4F4F. Windows color (decimal): -5370194 or 11407022. OLE color: 11407022.

HSL color Cylindrical-coordinate representation of color #AE0EAE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0EAE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 14 174 -
CMYK 0 0.92 0 0.32
HSL 300º 0.85% 0.37% -
HSV(B) 300º 0.92% 0.68% -
XYZ 25.25 12.37 41.1 -
YUV 80.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 174 14 174 0 0.92 0 0.32 300 0.85 0.37
Hex AE E AE 0 5C 0 20 12C 55 25
Octal 256 16 256 0 134 0 40 454 125 45
Binary 10101110 1110 10101110 0 1011100 0 100000 100101100 1010101 100101

Color Harmonies of #AE0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EAE

Black with #AE0EAE

Text Example


Text Example

White with #AE0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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