#AE538C

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

Shades of Mulberry #AE538C

Tints of Mulberry #AE538C

Color information

#AE538C (or 0xAE538C) is unknown color: approx Mulberry. HEX triplet: AE, 53 and 8C. RGB value is (174,83,140). Sum of RGB (Red+Green+Blue) = 174+83+140=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE538C is #51AC73. Grayscale: #747474. Windows color (decimal): -5352564 or 9196462. OLE color: 9196462.

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

Color convert

RGB17483140-
CMYK00.520.200.32
HSL322.42º35.97%50.39%-
HSV(B)322.42º52.3%68.24%-
XYZ25.2817.0826.77-
YUV116.71141.15168.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=43.83%
G=20.91%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748314000.520.200.32322.4235.9750.39
HexAE538C03414201422432
Octal25612321406424405024462
Binary10101110101001110001100011010010100100000101000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE538C; }

 p { color: rgb(174,83,140); }

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

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

 a { background-color: rgb(174,83,140); }

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

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

 span { border-color: rgb(174,83,140); }

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