#AE4F8E

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

Shades of Mulberry #AE4F8E

Tints of Mulberry #AE4F8E

Color information

#AE4F8E (or 0xAE4F8E) is unknown color: approx Mulberry. HEX triplet: AE, 4F and 8E. RGB value is (174,79,142). Sum of RGB (Red+Green+Blue) = 174+79+142=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4F8E is #51B071. Grayscale: #727272. Windows color (decimal): -5353586 or 9326510. OLE color: 9326510.

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

Color convert

RGB17479142-
CMYK00.550.180.32
HSL320.21º37.55%49.61%-
HSV(B)320.21º54.6%68.24%-
XYZ25.1316.5427.46-
YUV114.59143.47170.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=44.05%
G=20%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747914200.550.180.32320.2137.5549.61
HexAE4F8E03712201402632
Octal25611721606722405004662
Binary10101110100111110001110011011110010100000101000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F8E; }

 p { color: rgb(174,79,142); }

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

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

 a { background-color: rgb(174,79,142); }

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

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

 span { border-color: rgb(174,79,142); }

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