Html Css Color HEX #AE079C Dark Magenta

📋 copy color: '#AE079C'

red 174 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #AE079C

Tints of Dark Magenta #AE079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 51.63%
G = 2.08%
B = 46.29%

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

#AE079C (or 0xAE079C) is known color: Dark Magenta. HEX triplet: AE, 07 and 9C. RGB value is (174,7,156). Sum of RGB (Red+Green+Blue) = 174+7+156=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE079C is #51F863. Grayscale: #494949. Windows color (decimal): -5372004 or 10225582. OLE color: 10225582.

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

Color convert

RGB 174 7 156 -
CMYK 0 0.96 0.10 0.32
HSL 306.47º 0.92% 0.35% -
HSV(B) 306.47º 0.96% 0.68% -
XYZ 23.53 11.55 32.44 -
YUV 73.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 174 7 156 0 0.96 0.10 0.32 306.47 0.92 0.35
Hex AE 7 9C 0 60 A 20 132 5C 23
Octal 256 7 234 0 140 12 40 462 134 43
Binary 10101110 111 10011100 0 1100000 1010 100000 100110010 1011100 100011

Color Harmonies of #AE079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE079C

Black with #AE079C

Text Example


Text Example

White with #AE079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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