#AE5F8F

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

Shades of Mulberry #AE5F8F

Tints of Mulberry #AE5F8F

Color information

#AE5F8F (or 0xAE5F8F) is unknown color: approx Mulberry. HEX triplet: AE, 5F and 8F. RGB value is (174,95,143). Sum of RGB (Red+Green+Blue) = 174+95+143=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5F8F is #51A070. Grayscale: #7B7B7B. Windows color (decimal): -5349489 or 9396142. OLE color: 9396142.

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

Color convert

RGB17495143-
CMYK00.450.180.32
HSL323.54º32.78%52.75%-
HSV(B)323.54º45.4%68.24%-
XYZ26.5119.1728.29-
YUV124.09138.67163.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=42.23%
G=23.06%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749514300.450.180.32323.5432.7852.75
HexAE5F8F02D12201442135
Octal25613721705522405044165
Binary10101110101111110001111010110110010100000101000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F8F; }

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

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

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

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

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

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

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

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