#AC4F85

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

Shades of Mulberry #AC4F85

Tints of Mulberry #AC4F85

Color information

#AC4F85 (or 0xAC4F85) is unknown color: approx Mulberry. HEX triplet: AC, 4F and 85. RGB value is (172,79,133). Sum of RGB (Red+Green+Blue) = 172+79+133=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F85 is #53B07A. Grayscale: #707070. Windows color (decimal): -5484667 or 8736684. OLE color: 8736684.

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

Color convert

RGB17279133-
CMYK00.540.230.33
HSL325.16º37.05%49.22%-
HSV(B)325.16º54.07%67.45%-
XYZ24.0416.0624.02-
YUV112.96139.31170.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=44.79%
G=20.57%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727913300.540.230.33325.1637.0549.22
HexAC4F8503617211452531
Octal25411720506627415054561
Binary10101100100111110000101011011010111100001101000101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F85; }

 p { color: rgb(172,79,133); }

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

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

 a { background-color: rgb(172,79,133); }

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

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

 span { border-color: rgb(172,79,133); }

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