#AE5196

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

Shades of Mulberry #AE5196

Tints of Mulberry #AE5196

Color information

#AE5196 (or 0xAE5196) is unknown color: approx Mulberry. HEX triplet: AE, 51 and 96. RGB value is (174,81,150). Sum of RGB (Red+Green+Blue) = 174+81+150=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5196 is #51AE69. Grayscale: #747474. Windows color (decimal): -5353066 or 9851310. OLE color: 9851310.

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

Color convert

RGB17481150-
CMYK00.530.140.32
HSL315.48º36.47%50%-
HSV(B)315.48º53.45%68.24%-
XYZ25.917.0930.79-
YUV116.67146.81168.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=42.96%
G=20%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748115000.530.140.32315.4836.4750
HexAE5196035E2013b2432
Octal25612122606516404734462
Binary1010111010100011001011001101011110100000100111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5196; }

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

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

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

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

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

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

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

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