#AE538A

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

Shades of Mulberry #AE538A

Tints of Mulberry #AE538A

Color information

#AE538A (or 0xAE538A) is unknown color: approx Mulberry. HEX triplet: AE, 53 and 8A. RGB value is (174,83,138). Sum of RGB (Red+Green+Blue) = 174+83+138=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE538A is #51AC75. Grayscale: #747474. Windows color (decimal): -5352566 or 9065390. OLE color: 9065390.

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

Color convert

RGB17483138-
CMYK00.520.210.32
HSL323.74º35.97%50.39%-
HSV(B)323.74º52.3%68.24%-
XYZ25.1417.0226.01-
YUV116.48140.15169.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=44.05%
G=21.01%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748313800.520.210.32323.7435.9750.39
HexAE538A03415201442432
Octal25612321206425405044462
Binary10101110101001110001010011010010101100000101000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE538A; }

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

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

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

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

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

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

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

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