#AC528A

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

Shades of Mulberry #AC528A

Tints of Mulberry #AC528A

Color information

#AC528A (or 0xAC528A) is unknown color: approx Mulberry. HEX triplet: AC, 52 and 8A. RGB value is (172,82,138). Sum of RGB (Red+Green+Blue) = 172+82+138=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC528A is #53AD75. Grayscale: #737373. Windows color (decimal): -5483894 or 9065132. OLE color: 9065132.

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

Color convert

RGB17282138-
CMYK00.520.200.33
HSL322.67º35.43%49.8%-
HSV(B)322.67º52.33%67.45%-
XYZ24.6216.6425.96-
YUV115.29140.82168.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=43.88%
G=20.92%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728213800.520.200.33322.6735.4349.8
HexAC528A03414211432332
Octal25412221206424415034362
Binary10101100101001010001010011010010100100001101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC528A; }

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

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

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

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

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

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

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

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