#AE059B

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

Shades of Dark Magenta #AE059B

Tints of Dark Magenta #AE059B

Color information

#AE059B (or 0xAE059B) is unknown color: approx Dark Magenta. HEX triplet: AE, 05 and 9B. RGB value is (174,5,155). Sum of RGB (Red+Green+Blue) = 174+5+155=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE059B is #51FA64. Grayscale: #484848. Windows color (decimal): -5372517 or 10159534. OLE color: 10159534.

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

Color convert

RGB1745155-
CMYK00.970.110.32
HSL306.75º94.41%35.1%-
HSV(B)306.75º97.13%68.24%-
XYZ23.4311.4731.99-
YUV72.63174.49200.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=52.10%
G=1.50%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174515500.970.110.32306.7594.4135.1
HexAE59B061B201335e23
Octal25652330141134046313643
Binary10101110101100110110110000110111000001001100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE059B; }

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

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

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

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

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

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

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

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