#AE059C

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

Shades of Dark Magenta #AE059C

Tints of Dark Magenta #AE059C

Color information

#AE059C (or 0xAE059C) is unknown color: approx Dark Magenta. HEX triplet: AE, 05 and 9C. RGB value is (174,5,156). Sum of RGB (Red+Green+Blue) = 174+5+156=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE059C is #51FA63. Grayscale: #484848. Windows color (decimal): -5372516 or 10225070. OLE color: 10225070.

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

Color convert

RGB1745156-
CMYK00.970.100.32
HSL306.39º94.41%35.1%-
HSV(B)306.39º97.13%68.24%-
XYZ23.5111.5132.43-
YUV72.74174.99200.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=51.94%
G=1.49%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174515600.970.100.32306.3994.4135.1
HexAE59C061A201325e23
Octal25652340141124046213643
Binary10101110101100111000110000110101000001001100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE059C; }

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

 H1.HeaderClassName
 {
   color: #AE059C;
 }
 .AnyTagClassName
 {
   color: #AE059C;
 }
</style>
background-color css

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

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

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

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

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

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