#AC5486

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

Shades of Mulberry #AC5486

Tints of Mulberry #AC5486

Color information

#AC5486 (or 0xAC5486) is unknown color: approx Mulberry. HEX triplet: AC, 54 and 86. RGB value is (172,84,134). Sum of RGB (Red+Green+Blue) = 172+84+134=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5486 is #53AB79. Grayscale: #737373. Windows color (decimal): -5483386 or 8803500. OLE color: 8803500.

HSL color Cylindrical-coordinate representation of color #AC5486: hue angle of 325.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5486 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17284134-
CMYK00.510.220.33
HSL325.91º34.65%50.2%-
HSV(B)325.91º51.16%67.45%-
XYZ24.4916.8324.51-
YUV116.01138.15167.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=44.10%
G=21.54%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728413400.510.220.33325.9134.6550.2
HexAC548603316211462332
Octal25412420606326415064362
Binary10101100101010010000110011001110110100001101000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5486; }

 p { color: rgb(172,84,134); }

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

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

 a { background-color: rgb(172,84,134); }

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

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

 span { border-color: rgb(172,84,134); }

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