#AE508C

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

Shades of Mulberry #AE508C

Tints of Mulberry #AE508C

Color information

#AE508C (or 0xAE508C) is unknown color: approx Mulberry. HEX triplet: AE, 50 and 8C. RGB value is (174,80,140). Sum of RGB (Red+Green+Blue) = 174+80+140=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE508C is #51AF73. Grayscale: #727272. Windows color (decimal): -5353332 or 9195694. OLE color: 9195694.

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

Color convert

RGB17480140-
CMYK00.540.200.32
HSL321.7º37.01%49.8%-
HSV(B)321.7º54.02%68.24%-
XYZ25.0616.6326.7-
YUV114.95142.14170.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=44.16%
G=20.30%
B=35.53%

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
Decimal1748014000.540.200.32321.737.0149.8
HexAE508C03614201422532
Octal25612021406624405024562
Binary10101110101000010001100011011010100100000101000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE508C; }

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

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

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

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

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

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

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

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