#AE508E

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

Shades of Mulberry #AE508E

Tints of Mulberry #AE508E

Color information

#AE508E (or 0xAE508E) is unknown color: approx Mulberry. HEX triplet: AE, 50 and 8E. RGB value is (174,80,142). Sum of RGB (Red+Green+Blue) = 174+80+142=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508E is #51AF71. Grayscale: #737373. Windows color (decimal): -5353330 or 9326766. OLE color: 9326766.

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

Color convert

RGB17480142-
CMYK00.540.180.32
HSL320.43º37.01%49.8%-
HSV(B)320.43º54.02%68.24%-
XYZ25.2116.6927.48-
YUV115.17143.14169.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=43.94%
G=20.20%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748014200.540.180.32320.4337.0149.8
HexAE508E03612201402532
Octal25612021606622405004562
Binary10101110101000010001110011011010010100000101000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE508E; }

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

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

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

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

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

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

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

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