#AE079C

Color #AE079C Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AE079C

Tints of Dark Magenta #AE079C

Color information

#AE079C (or 0xAE079C) is unknown color: approx 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

RGB1747156-
CMYK00.960.100.32
HSL306.47º92.27%35.49%-
HSV(B)306.47º95.98%68.24%-
XYZ23.5311.5532.44-
YUV73.92174.33199.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 7 (3.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174715600.960.100.32306.4792.2735.49
HexAE79C060A201325c23
Octal25672340140124046213443
Binary10101110111100111000110000010101000001001100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>