Html Css Color HEX #AE0DAE Deep Magenta

📋 copy color: '#AE0DAE'

red 174 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #AE0DAE

Tints of Deep Magenta #AE0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

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

R = 48.2%
G = 3.6%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE0DAE (or 0xAE0DAE) is known color: Deep Magenta. HEX triplet: AE, 0D and AE. RGB value is (174,13,174). Sum of RGB (Red+Green+Blue) = 174+13+174=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DAE is #51F251. Grayscale: #4F4F4F. Windows color (decimal): -5370450 or 11406766. OLE color: 11406766.

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

Color convert

RGB 174 13 174 -
CMYK 0 0.93 0 0.32
HSL 300º 0.86% 0.37% -
HSV(B) 300º 0.93% 0.68% -
XYZ 25.24 12.34 41.1 -
YUV 79.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 174 13 174 0 0.93 0 0.32 300 0.86 0.37
Hex AE D AE 0 5D 0 20 12C 56 25
Octal 256 15 256 0 135 0 40 454 126 45
Binary 10101110 1101 10101110 0 1011101 0 100000 100101100 1010110 100101

Color Harmonies of #AE0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DAE

Black with #AE0DAE

Text Example


Text Example

White with #AE0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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