#AC4C86

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

Shades of Mulberry #AC4C86

Tints of Mulberry #AC4C86

Color information

#AC4C86 (or 0xAC4C86) is unknown color: approx Mulberry. HEX triplet: AC, 4C and 86. RGB value is (172,76,134). Sum of RGB (Red+Green+Blue) = 172+76+134=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C86 is #53B379. Grayscale: #6F6F6F. Windows color (decimal): -5485434 or 8801452. OLE color: 8801452.

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

Color convert

RGB17276134-
CMYK00.560.220.33
HSL323.75º38.71%48.63%-
HSV(B)323.75º55.81%67.45%-
XYZ23.915.6624.32-
YUV111.32140.8171.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=45.03%
G=19.90%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727613400.560.220.33323.7538.7148.63
HexAC4C8603816211442731
Octal25411420607026415044761
Binary10101100100110010000110011100010110100001101000100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C86; }

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

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

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

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

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

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

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

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