#AE4B8E

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

Shades of Mulberry #AE4B8E

Tints of Mulberry #AE4B8E

Color information

#AE4B8E (or 0xAE4B8E) is unknown color: approx Mulberry. HEX triplet: AE, 4B and 8E. RGB value is (174,75,142). Sum of RGB (Red+Green+Blue) = 174+75+142=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B8E is #51B471. Grayscale: #707070. Windows color (decimal): -5354610 or 9325486. OLE color: 9325486.

HSL color Cylindrical-coordinate representation of color #AE4B8E: hue angle of 319.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4B8E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17475142-
CMYK00.570.180.32
HSL319.39º39.76%48.82%-
HSV(B)319.39º56.9%68.24%-
XYZ24.8515.9827.37-
YUV112.24144.8172.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=44.50%
G=19.18%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747514200.570.180.32319.3939.7648.82
HexAE4B8E039122013f2831
Octal25611321607122404775061
Binary10101110100101110001110011100110010100000100111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B8E; }

 p { color: rgb(174,75,142); }

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

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

 a { background-color: rgb(174,75,142); }

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

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

 span { border-color: rgb(174,75,142); }

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