#AC4B8B

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

Shades of Mulberry #AC4B8B

Tints of Mulberry #AC4B8B

Color information

#AC4B8B (or 0xAC4B8B) is unknown color: approx Mulberry. HEX triplet: AC, 4B and 8B. RGB value is (172,75,139). Sum of RGB (Red+Green+Blue) = 172+75+139=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B8B is #53B474. Grayscale: #6F6F6F. Windows color (decimal): -5485685 or 9128876. OLE color: 9128876.

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

Color convert

RGB17275139-
CMYK00.560.190.33
HSL320.41º39.27%48.43%-
HSV(B)320.41º56.4%67.45%-
XYZ24.1915.6726.18-
YUV111.3143.64171.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=44.56%
G=19.43%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727513900.560.190.33320.4139.2748.43
HexAC4B8B03813211402730
Octal25411321307023415004760
Binary10101100100101110001011011100010011100001101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B8B; }

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

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

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

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

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

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

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

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