#AE5A94

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

Shades of Mulberry #AE5A94

Tints of Mulberry #AE5A94

Color information

#AE5A94 (or 0xAE5A94) is unknown color: approx Mulberry. HEX triplet: AE, 5A and 94. RGB value is (174,90,148). Sum of RGB (Red+Green+Blue) = 174+90+148=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A94 is #51A56B. Grayscale: #797979. Windows color (decimal): -5350764 or 9722542. OLE color: 9722542.

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

Color convert

RGB17490148-
CMYK00.480.150.32
HSL318.57º34.15%51.76%-
HSV(B)318.57º48.28%68.24%-
XYZ26.4618.4530.18-
YUV121.73142.83165.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=42.23%
G=21.84%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749014800.480.150.32318.5734.1551.76
HexAE5A94030F2013f2234
Octal25613222406017404774264
Binary1010111010110101001010001100001111100000100111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A94; }

 p { color: rgb(174,90,148); }

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

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

 a { background-color: rgb(174,90,148); }

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

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

 span { border-color: rgb(174,90,148); }

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