#AC5089

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

Shades of Mulberry #AC5089

Tints of Mulberry #AC5089

Color information

#AC5089 (or 0xAC5089) is unknown color: approx Mulberry. HEX triplet: AC, 50 and 89. RGB value is (172,80,137). Sum of RGB (Red+Green+Blue) = 172+80+137=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5089 is #53AF76. Grayscale: #717171. Windows color (decimal): -5484407 or 8999084. OLE color: 8999084.

HSL color Cylindrical-coordinate representation of color #AC5089: hue angle of 322.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5089 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17280137-
CMYK00.530.200.33
HSL322.83º36.51%49.41%-
HSV(B)322.83º53.49%67.45%-
XYZ24.416.3125.53-
YUV114.01140.98169.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=44.22%
G=20.57%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728013700.530.200.33322.8336.5149.41
HexAC508903514211432531
Octal25412021106524415034561
Binary10101100101000010001001011010110100100001101000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5089; }

 p { color: rgb(172,80,137); }

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

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

 a { background-color: rgb(172,80,137); }

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

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

 span { border-color: rgb(172,80,137); }

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