Html Css Color HEX #AE04A0 Dark Magenta

📋 copy color: '#AE04A0'

red 174 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #AE04A0

Tints of Dark Magenta #AE04A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.34%

R = 51.48%
G = 1.18%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE04A0 (or 0xAE04A0) is known color: Dark Magenta. HEX triplet: AE, 04 and A0. RGB value is (174,4,160). Sum of RGB (Red+Green+Blue) = 174+4+160=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04A0 is #51FB5F. Grayscale: #484848. Windows color (decimal): -5372768 or 10486958. OLE color: 10486958.

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

Color convert

RGB 174 4 160 -
CMYK 0 0.98 0.08 0.32
HSL 304.94º 0.96% 0.35% -
HSV(B) 304.94º 0.98% 0.68% -
XYZ 23.84 11.62 34.24 -
YUV 72.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 174 4 160 0 0.98 0.08 0.32 304.94 0.96 0.35
Hex AE 4 A0 0 62 8 20 131 60 23
Octal 256 4 240 0 142 10 40 461 140 43
Binary 10101110 100 10100000 0 1100010 1000 100000 100110001 1100000 100011

Color Harmonies of #AE04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04A0

Black with #AE04A0

Text Example


Text Example

White with #AE04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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