Html Css Color HEX #AE049C Dark Magenta

📋 copy color: '#AE049C'

red 174 ◦ green 4 ◦ blue 156

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

Shades of Dark Magenta #AE049C

Tints of Dark Magenta #AE049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 52.1%
G = 1.2%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE049C (or 0xAE049C) is known color: Dark Magenta. HEX triplet: AE, 04 and 9C. RGB value is (174,4,156). Sum of RGB (Red+Green+Blue) = 174+4+156=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE049C is #51FB63. Grayscale: #474747. Windows color (decimal): -5372772 or 10224814. OLE color: 10224814.

HSL color Cylindrical-coordinate representation of color #AE049C: hue angle of 306.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE049C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 156 -
CMYK 0 0.98 0.10 0.32
HSL 306.35º 0.96% 0.35% -
HSV(B) 306.35º 0.98% 0.68% -
XYZ 23.5 11.49 32.43 -
YUV 72.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 174 4 156 0 0.98 0.10 0.32 306.35 0.96 0.35
Hex AE 4 9C 0 62 A 20 132 60 23
Octal 256 4 234 0 142 12 40 462 140 43
Binary 10101110 100 10011100 0 1100010 1010 100000 100110010 1100000 100011

Color Harmonies of #AE049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE049C

Black with #AE049C

Text Example


Text Example

White with #AE049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE049C; }

 p { color: rgb(174,4,156); }

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

background-color css

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

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

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

border-color css

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

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

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