#AE4A96

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

Shades of Mulberry #AE4A96

Tints of Mulberry #AE4A96

Color information

#AE4A96 (or 0xAE4A96) is unknown color: approx Mulberry. HEX triplet: AE, 4A and 96. RGB value is (174,74,150). Sum of RGB (Red+Green+Blue) = 174+74+150=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A96 is #51B569. Grayscale: #707070. Windows color (decimal): -5354858 or 9849518. OLE color: 9849518.

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

Color convert

RGB17474150-
CMYK00.570.140.32
HSL314.4º40.32%48.63%-
HSV(B)314.4º57.47%68.24%-
XYZ25.4116.130.62-
YUV112.56149.13171.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=43.72%
G=18.59%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747415000.570.140.32314.440.3248.63
HexAE4A96039E2013a2831
Octal25611222607116404725061
Binary1010111010010101001011001110011110100000100111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A96; }

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

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

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

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

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

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

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

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