#AE518C

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

Shades of Mulberry #AE518C

Tints of Mulberry #AE518C

Color information

#AE518C (or 0xAE518C) is unknown color: approx Mulberry. HEX triplet: AE, 51 and 8C. RGB value is (174,81,140). Sum of RGB (Red+Green+Blue) = 174+81+140=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518C is #51AE73. Grayscale: #737373. Windows color (decimal): -5353076 or 9195950. OLE color: 9195950.

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

Color convert

RGB17481140-
CMYK00.530.200.32
HSL321.94º36.47%50%-
HSV(B)321.94º53.45%68.24%-
XYZ25.1316.7826.72-
YUV115.53141.81169.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=44.05%
G=20.51%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748114000.530.200.32321.9436.4750
HexAE518C03514201422432
Octal25612121406524405024462
Binary10101110101000110001100011010110100100000101000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE518C; }

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

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

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

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

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

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

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

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