Html Css Color HEX #AE079D Dark Magenta

📋 copy color: '#AE079D'

red 174 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #AE079D

Tints of Dark Magenta #AE079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 51.48%
G = 2.07%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE079D (or 0xAE079D) is known color: Dark Magenta. HEX triplet: AE, 07 and 9D. RGB value is (174,7,157). Sum of RGB (Red+Green+Blue) = 174+7+157=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE079D is #51F862. Grayscale: #494949. Windows color (decimal): -5372003 or 10291118. OLE color: 10291118.

HSL color Cylindrical-coordinate representation of color #AE079D: hue angle of 306.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE079D is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 157 -
CMYK 0 0.96 0.10 0.32
HSL 306.11º 0.92% 0.35% -
HSV(B) 306.11º 0.96% 0.68% -
XYZ 23.62 11.58 32.89 -
YUV 74.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 174 7 157 0 0.96 0.10 0.32 306.11 0.92 0.35
Hex AE 7 9D 0 60 A 20 132 5C 23
Octal 256 7 235 0 140 12 40 462 134 43
Binary 10101110 111 10011101 0 1100000 1010 100000 100110010 1011100 100011

Color Harmonies of #AE079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE079D

Black with #AE079D

Text Example


Text Example

White with #AE079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE079D; }

 p { color: rgb(174,7,157); }

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

background-color css

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

 a { background-color: rgb(174,7,157); }

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

border-color css

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

 span { border-color: rgb(174,7,157); }

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