#ac4f8d

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

Shades of Mulberry #AC4F8D

Tints of Mulberry #AC4F8D

Color information

#AC4F8D (or 0xAC4F8D) is unknown color: approx Mulberry. HEX triplet: AC, 4F and 8D. RGB value is (172,79,141). Sum of RGB (Red+Green+Blue) = 172+79+141=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F8D is #53B072. Grayscale: #717171. Windows color (decimal): -5484659 or 9260972. OLE color: 9260972.

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

Color convert

RGB17279141-
CMYK00.540.180.33
HSL320º37.05%49.22%-
HSV(B)320º54.07%67.45%-
XYZ24.6216.2927.05-
YUV113.87143.31169.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=43.88%
G=20.15%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727914100.540.180.3332037.0549.22
HexAC4F8D03612211402531
Octal25411721506622415004561
Binary10101100100111110001101011011010010100001101000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4f8d; }

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

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

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

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

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

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

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

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