#AC528C

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

Shades of Mulberry #AC528C

Tints of Mulberry #AC528C

Color information

#AC528C (or 0xAC528C) is unknown color: approx Mulberry. HEX triplet: AC, 52 and 8C. RGB value is (172,82,140). Sum of RGB (Red+Green+Blue) = 172+82+140=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC528C is #53AD73. Grayscale: #737373. Windows color (decimal): -5483892 or 9196204. OLE color: 9196204.

HSL color Cylindrical-coordinate representation of color #AC528C: hue angle of 321.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC528C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17282140-
CMYK00.520.190.33
HSL321.33º35.43%49.8%-
HSV(B)321.33º52.33%67.45%-
XYZ24.7616.726.73-
YUV115.52141.82168.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=43.65%
G=20.81%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728214000.520.190.33321.3335.4349.8
HexAC528C03413211412332
Octal25412221406423415014362
Binary10101100101001010001100011010010011100001101000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC528C; }

 p { color: rgb(172,82,140); }

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

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

 a { background-color: rgb(172,82,140); }

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

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

 span { border-color: rgb(172,82,140); }

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