Html Css Color HEX #AE04A5 Dark Magenta

📋 copy color: '#AE04A5'

red 174 ◦ green 4 ◦ blue 165

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

Shades of Dark Magenta #AE04A5

Tints of Dark Magenta #AE04A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 50.73%
G = 1.17%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE04A5 (or 0xAE04A5) is known color: Dark Magenta. HEX triplet: AE, 04 and A5. RGB value is (174,4,165). Sum of RGB (Red+Green+Blue) = 174+4+165=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04A5 is #51FB5A. Grayscale: #484848. Windows color (decimal): -5372763 or 10814638. OLE color: 10814638.

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

Color convert

RGB 174 4 165 -
CMYK 0 0.98 0.05 0.32
HSL 303.18º 0.96% 0.35% -
HSV(B) 303.18º 0.98% 0.68% -
XYZ 24.29 11.8 36.6 -
YUV 73.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 174 4 165 0 0.98 0.05 0.32 303.18 0.96 0.35
Hex AE 4 A5 0 62 5 20 12F 60 23
Octal 256 4 245 0 142 5 40 457 140 43
Binary 10101110 100 10100101 0 1100010 101 100000 100101111 1100000 100011

Color Harmonies of #AE04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04A5

Black with #AE04A5

Text Example


Text Example

White with #AE04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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