Html Css Color HEX #AE039C Dark Magenta

📋 copy color: '#AE039C'

red 174 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #AE039C

Tints of Dark Magenta #AE039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 52.25%
G = 0.9%
B = 46.85%

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

#AE039C (or 0xAE039C) is known color: Dark Magenta. HEX triplet: AE, 03 and 9C. RGB value is (174,3,156). Sum of RGB (Red+Green+Blue) = 174+3+156=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE039C is #51FC63. Grayscale: #474747. Windows color (decimal): -5373028 or 10224558. OLE color: 10224558.

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

Color convert

RGB 174 3 156 -
CMYK 0 0.98 0.10 0.32
HSL 306.32º 0.97% 0.35% -
HSV(B) 306.32º 0.98% 0.68% -
XYZ 23.49 11.46 32.43 -
YUV 71.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 174 3 156 0 0.98 0.10 0.32 306.32 0.97 0.35
Hex AE 3 9C 0 62 A 20 132 61 23
Octal 256 3 234 0 142 12 40 462 141 43
Binary 10101110 11 10011100 0 1100010 1010 100000 100110010 1100001 100011

Color Harmonies of #AE039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE039C

Black with #AE039C

Text Example


Text Example

White with #AE039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE039C; }

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

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

background-color css

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

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

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

border-color css

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

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

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