Html Css Color HEX #AE029C Dark Magenta

📋 copy color: '#AE029C'

red 174 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #AE029C

Tints of Dark Magenta #AE029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 52.41%
G = 0.6%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE029C (or 0xAE029C) is known color: Dark Magenta. HEX triplet: AE, 02 and 9C. RGB value is (174,2,156). Sum of RGB (Red+Green+Blue) = 174+2+156=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE029C is #51FD63. Grayscale: #464646. Windows color (decimal): -5373284 or 10224302. OLE color: 10224302.

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

Color convert

RGB 174 2 156 -
CMYK 0 0.99 0.10 0.32
HSL 306.28º 0.98% 0.35% -
HSV(B) 306.28º 0.99% 0.68% -
XYZ 23.48 11.44 32.42 -
YUV 70.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 174 2 156 0 0.99 0.10 0.32 306.28 0.98 0.35
Hex AE 2 9C 0 63 A 20 132 62 23
Octal 256 2 234 0 143 12 40 462 142 43
Binary 10101110 10 10011100 0 1100011 1010 100000 100110010 1100010 100011

Color Harmonies of #AE029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE029C

Black with #AE029C

Text Example


Text Example

White with #AE029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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