#AE5294

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

Shades of Mulberry #AE5294

Tints of Mulberry #AE5294

Color information

#AE5294 (or 0xAE5294) is unknown color: approx Mulberry. HEX triplet: AE, 52 and 94. RGB value is (174,82,148). Sum of RGB (Red+Green+Blue) = 174+82+148=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5294 is #51AD6B. Grayscale: #747474. Windows color (decimal): -5352812 or 9720494. OLE color: 9720494.

HSL color Cylindrical-coordinate representation of color #AE5294: hue angle of 316.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5294 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB17482148-
CMYK00.530.150.32
HSL316.96º36.22%50.2%-
HSV(B)316.96º52.87%68.24%-
XYZ25.8217.1729.97-
YUV117.03145.48168.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=43.07%
G=20.30%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748214800.530.150.32316.9636.2250.2
HexAE5294035F2013d2432
Octal25612222406517404754462
Binary1010111010100101001010001101011111100000100111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5294; }

 p { color: rgb(174,82,148); }

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

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

 a { background-color: rgb(174,82,148); }

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

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

 span { border-color: rgb(174,82,148); }

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