Html Css Color HEX #AE04A6 Dark Magenta

📋 copy color: '#AE04A6'

red 174 ◦ green 4 ◦ blue 166

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

Shades of Dark Magenta #AE04A6

Tints of Dark Magenta #AE04A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.26%

R = 50.58%
G = 1.16%
B = 48.26%

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

#AE04A6 (or 0xAE04A6) is known color: Dark Magenta. HEX triplet: AE, 04 and A6. RGB value is (174,4,166). Sum of RGB (Red+Green+Blue) = 174+4+166=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04A6 is #51FB59. Grayscale: #484848. Windows color (decimal): -5372762 or 10880174. OLE color: 10880174.

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

Color convert

RGB 174 4 166 -
CMYK 0 0.98 0.05 0.32
HSL 302.82º 0.96% 0.35% -
HSV(B) 302.82º 0.98% 0.68% -
XYZ 24.38 11.84 37.08 -
YUV 73.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 174 4 166 0 0.98 0.05 0.32 302.82 0.96 0.35
Hex AE 4 A6 0 62 5 20 12F 60 23
Octal 256 4 246 0 142 5 40 457 140 43
Binary 10101110 100 10100110 0 1100010 101 100000 100101111 1100000 100011

Color Harmonies of #AE04A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04A6

Black with #AE04A6

Text Example


Text Example

White with #AE04A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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