#AE5A92

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

Shades of Mulberry #AE5A92

Tints of Mulberry #AE5A92

Color information

#AE5A92 (or 0xAE5A92) is unknown color: approx Mulberry. HEX triplet: AE, 5A and 92. RGB value is (174,90,146). Sum of RGB (Red+Green+Blue) = 174+90+146=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A92 is #51A56D. Grayscale: #797979. Windows color (decimal): -5350766 or 9591470. OLE color: 9591470.

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

Color convert

RGB17490146-
CMYK00.480.160.32
HSL320º34.15%51.76%-
HSV(B)320º48.28%68.24%-
XYZ26.318.3929.36-
YUV121.5141.83165.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=42.44%
G=21.95%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749014600.480.160.3232034.1551.76
HexAE5A9203010201402234
Octal25613222206020405004264
Binary10101110101101010010010011000010000100000101000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A92; }

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

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

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

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

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

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

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

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