#ae5990

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

Shades of Mulberry #AE5990

Tints of Mulberry #AE5990

Color information

#AE5990 (or 0xAE5990) is unknown color: approx Mulberry. HEX triplet: AE, 59 and 90. RGB value is (174,89,144). Sum of RGB (Red+Green+Blue) = 174+89+144=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5990 is #51A66F. Grayscale: #787878. Windows color (decimal): -5351024 or 9460142. OLE color: 9460142.

HSL color Cylindrical-coordinate representation of color #AE5990: hue angle of 321.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5990 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17489144-
CMYK00.490.170.32
HSL321.18º34.41%51.57%-
HSV(B)321.18º48.85%68.24%-
XYZ26.0618.1628.52-
YUV120.68141.16166.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=42.75%
G=21.87%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748914400.490.170.32321.1834.4151.57
HexAE599003111201412234
Octal25613122006121405014264
Binary10101110101100110010000011000110001100000101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5990; }

 p { color: rgb(174,89,144); }

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

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

 a { background-color: rgb(174,89,144); }

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

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

 span { border-color: rgb(174,89,144); }

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