#AE4C8B

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

Shades of Mulberry #AE4C8B

Tints of Mulberry #AE4C8B

Color information

#AE4C8B (or 0xAE4C8B) is unknown color: approx Mulberry. HEX triplet: AE, 4C and 8B. RGB value is (174,76,139). Sum of RGB (Red+Green+Blue) = 174+76+139=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4C8B is #51B374. Grayscale: #707070. Windows color (decimal): -5354357 or 9129134. OLE color: 9129134.

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

Color convert

RGB17476139-
CMYK00.560.200.32
HSL321.43º39.2%49.02%-
HSV(B)321.43º56.32%68.24%-
XYZ24.716.0326.22-
YUV112.48142.97171.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=44.73%
G=19.54%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747613900.560.200.32321.4339.249.02
HexAE4C8B03814201412731
Octal25611421307024405014761
Binary10101110100110010001011011100010100100000101000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C8B; }

 p { color: rgb(174,76,139); }

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

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

 a { background-color: rgb(174,76,139); }

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

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

 span { border-color: rgb(174,76,139); }

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