#ac4b85

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

Shades of Mulberry #AC4B85

Tints of Mulberry #AC4B85

Color information

#AC4B85 (or 0xAC4B85) is unknown color: approx Mulberry. HEX triplet: AC, 4B and 85. RGB value is (172,75,133). Sum of RGB (Red+Green+Blue) = 172+75+133=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B85 is #53B47A. Grayscale: #6E6E6E. Windows color (decimal): -5485691 or 8735660. OLE color: 8735660.

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

Color convert

RGB17275133-
CMYK00.560.230.33
HSL324.12º39.27%48.43%-
HSV(B)324.12º56.4%67.45%-
XYZ23.7615.523.93-
YUV110.62140.64171.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 133 (52.34% from 255) = 35%
R=45.26%
G=19.74%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727513300.560.230.33324.1239.2748.43
HexAC4B8503817211442730
Octal25411320507027415044760
Binary10101100100101110000101011100010111100001101000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4b85; }

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

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

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

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

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

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

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

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