#AE5085

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

Shades of Mulberry #AE5085

Tints of Mulberry #AE5085

Color information

#AE5085 (or 0xAE5085) is unknown color: approx Mulberry. HEX triplet: AE, 50 and 85. RGB value is (174,80,133). Sum of RGB (Red+Green+Blue) = 174+80+133=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5085 is #51AF7A. Grayscale: #727272. Windows color (decimal): -5353339 or 8736942. OLE color: 8736942.

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

Color convert

RGB17480133-
CMYK00.540.240.32
HSL326.17º37.01%49.8%-
HSV(B)326.17º54.02%68.24%-
XYZ24.5616.4324.07-
YUV114.15138.64170.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=44.96%
G=20.67%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748013300.540.240.32326.1737.0149.8
HexAE508503618201462532
Octal25612020506630405064562
Binary10101110101000010000101011011011000100000101000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5085; }

 p { color: rgb(174,80,133); }

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

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

 a { background-color: rgb(174,80,133); }

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

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

 span { border-color: rgb(174,80,133); }

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