#AE4A8B

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

Shades of Mulberry #AE4A8B

Tints of Mulberry #AE4A8B

Color information

#AE4A8B (or 0xAE4A8B) is unknown color: approx Mulberry. HEX triplet: AE, 4A and 8B. RGB value is (174,74,139). Sum of RGB (Red+Green+Blue) = 174+74+139=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A8B is #51B574. Grayscale: #6F6F6F. Windows color (decimal): -5354869 or 9128622. OLE color: 9128622.

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

Color convert

RGB17474139-
CMYK00.570.200.32
HSL321º40.32%48.63%-
HSV(B)321º57.47%68.24%-
XYZ24.5615.7626.17-
YUV111.31143.63172.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=44.96%
G=19.12%
B=35.92%

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
Decimal1747413900.570.200.3232140.3248.63
HexAE4A8B03914201412831
Octal25611221307124405015061
Binary10101110100101010001011011100110100100000101000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A8B; }

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

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

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

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

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

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

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

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