Html Css Color HEX #AE04A8 Dark Magenta

📋 copy color: '#AE04A8'

red 174 ◦ green 4 ◦ blue 168

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

Shades of Dark Magenta #AE04A8

Tints of Dark Magenta #AE04A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.55%

R = 50.29%
G = 1.16%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE04A8 (or 0xAE04A8) is known color: Dark Magenta. HEX triplet: AE, 04 and A8. RGB value is (174,4,168). Sum of RGB (Red+Green+Blue) = 174+4+168=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04A8 is #51FB57. Grayscale: #494949. Windows color (decimal): -5372760 or 11011246. OLE color: 11011246.

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

Color convert

RGB 174 4 168 -
CMYK 0 0.98 0.03 0.32
HSL 302.12º 0.96% 0.35% -
HSV(B) 302.12º 0.98% 0.68% -
XYZ 24.57 11.91 38.05 -
YUV 73.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 174 4 168 0 0.98 0.03 0.32 302.12 0.96 0.35
Hex AE 4 A8 0 62 3 20 12E 60 23
Octal 256 4 250 0 142 3 40 456 140 43
Binary 10101110 100 10101000 0 1100010 11 100000 100101110 1100000 100011

Color Harmonies of #AE04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04A8

Black with #AE04A8

Text Example


Text Example

White with #AE04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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