#AE5095

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

Shades of Mulberry #AE5095

Tints of Mulberry #AE5095

Color information

#AE5095 (or 0xAE5095) is unknown color: approx Mulberry. HEX triplet: AE, 50 and 95. RGB value is (174,80,149). Sum of RGB (Red+Green+Blue) = 174+80+149=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5095 is #51AF6A. Grayscale: #737373. Windows color (decimal): -5353323 or 9785518. OLE color: 9785518.

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

Color convert

RGB17480149-
CMYK00.540.140.32
HSL315.96º37.01%49.8%-
HSV(B)315.96º54.02%68.24%-
XYZ25.7516.9130.34-
YUV115.97146.64169.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=43.18%
G=19.85%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748014900.540.140.32315.9637.0149.8
HexAE5095036E2013c2532
Octal25612022506616404744562
Binary1010111010100001001010101101101110100000100111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5095; }

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

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

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

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

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

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

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

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