#AE4B8B

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

Shades of Mulberry #AE4B8B

Tints of Mulberry #AE4B8B

Color information

#AE4B8B (or 0xAE4B8B) is unknown color: approx Mulberry. HEX triplet: AE, 4B and 8B. RGB value is (174,75,139). Sum of RGB (Red+Green+Blue) = 174+75+139=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B8B is #51B474. Grayscale: #6F6F6F. Windows color (decimal): -5354613 or 9128878. OLE color: 9128878.

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

Color convert

RGB17475139-
CMYK00.570.200.32
HSL321.21º39.76%48.82%-
HSV(B)321.21º56.9%68.24%-
XYZ24.6315.8926.2-
YUV111.9143.3172.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=44.85%
G=19.33%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747513900.570.200.32321.2139.7648.82
HexAE4B8B03914201412831
Octal25611321307124405015061
Binary10101110100101110001011011100110100100000101000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B8B; }

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

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

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

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

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

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

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

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