Html Css Color HEX #AE049B Dark Magenta

📋 copy color: '#AE049B'

red 174 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #AE049B

Tints of Dark Magenta #AE049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 52.25%
G = 1.2%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE049B (or 0xAE049B) is known color: Dark Magenta. HEX triplet: AE, 04 and 9B. RGB value is (174,4,155). Sum of RGB (Red+Green+Blue) = 174+4+155=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE049B is #51FB64. Grayscale: #474747. Windows color (decimal): -5372773 or 10159278. OLE color: 10159278.

HSL color Cylindrical-coordinate representation of color #AE049B: hue angle of 306.71º 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 #AE049B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 155 -
CMYK 0 0.98 0.11 0.32
HSL 306.71º 0.96% 0.35% -
HSV(B) 306.71º 0.98% 0.68% -
XYZ 23.42 11.45 31.99 -
YUV 72.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 174 4 155 0 0.98 0.11 0.32 306.71 0.96 0.35
Hex AE 4 9B 0 62 B 20 133 60 23
Octal 256 4 233 0 142 13 40 463 140 43
Binary 10101110 100 10011011 0 1100010 1011 100000 100110011 1100000 100011

Color Harmonies of #AE049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE049B

Black with #AE049B

Text Example


Text Example

White with #AE049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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