#AE5A8F

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

Shades of Mulberry #AE5A8F

Tints of Mulberry #AE5A8F

Color information

#AE5A8F (or 0xAE5A8F) is unknown color: approx Mulberry. HEX triplet: AE, 5A and 8F. RGB value is (174,90,143). Sum of RGB (Red+Green+Blue) = 174+90+143=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A8F is #51A570. Grayscale: #797979. Windows color (decimal): -5350769 or 9394862. OLE color: 9394862.

HSL color Cylindrical-coordinate representation of color #AE5A8F: hue angle of 322.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5A8F is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17490143-
CMYK00.480.180.32
HSL322.14º34.15%51.76%-
HSV(B)322.14º48.28%68.24%-
XYZ26.0718.2928.14-
YUV121.16140.33165.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=42.75%
G=22.11%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749014300.480.180.32322.1434.1551.76
HexAE5A8F03012201422234
Octal25613221706022405024264
Binary10101110101101010001111011000010010100000101000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A8F; }

 p { color: rgb(174,90,143); }

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

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

 a { background-color: rgb(174,90,143); }

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

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

 span { border-color: rgb(174,90,143); }

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