Html Css Color HEX #AE04A2 Dark Magenta

📋 copy color: '#AE04A2'

red 174 ◦ green 4 ◦ blue 162

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

Shades of Dark Magenta #AE04A2

Tints of Dark Magenta #AE04A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.65%

R = 51.18%
G = 1.18%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE04A2 (or 0xAE04A2) is known color: Dark Magenta. HEX triplet: AE, 04 and A2. RGB value is (174,4,162). Sum of RGB (Red+Green+Blue) = 174+4+162=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04A2 is #51FB5D. Grayscale: #484848. Windows color (decimal): -5372766 or 10618030. OLE color: 10618030.

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

Color convert

RGB 174 4 162 -
CMYK 0 0.98 0.07 0.32
HSL 304.24º 0.96% 0.35% -
HSV(B) 304.24º 0.98% 0.68% -
XYZ 24.02 11.69 35.17 -
YUV 72.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 174 4 162 0 0.98 0.07 0.32 304.24 0.96 0.35
Hex AE 4 A2 0 62 7 20 130 60 23
Octal 256 4 242 0 142 7 40 460 140 43
Binary 10101110 100 10100010 0 1100010 111 100000 100110000 1100000 100011

Color Harmonies of #AE04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04A2

Black with #AE04A2

Text Example


Text Example

White with #AE04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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