#AE508B

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

Shades of Mulberry #AE508B

Tints of Mulberry #AE508B

Color information

#AE508B (or 0xAE508B) is unknown color: approx Mulberry. HEX triplet: AE, 50 and 8B. RGB value is (174,80,139). Sum of RGB (Red+Green+Blue) = 174+80+139=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508B is #51AF74. Grayscale: #727272. Windows color (decimal): -5353333 or 9130158. OLE color: 9130158.

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

Color convert

RGB17480139-
CMYK00.540.200.32
HSL322.34º37.01%49.8%-
HSV(B)322.34º54.02%68.24%-
XYZ24.9816.626.31-
YUV114.83141.64170.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=44.27%
G=20.36%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748013900.540.200.32322.3437.0149.8
HexAE508B03614201422532
Octal25612021306624405024562
Binary10101110101000010001011011011010100100000101000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE508B; }

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

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

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

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

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

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

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

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