#AC5A8A

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

Shades of Mulberry #AC5A8A

Tints of Mulberry #AC5A8A

Color information

#AC5A8A (or 0xAC5A8A) is unknown color: approx Mulberry. HEX triplet: AC, 5A and 8A. RGB value is (172,90,138). Sum of RGB (Red+Green+Blue) = 172+90+138=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8A is #53A575. Grayscale: #777777. Windows color (decimal): -5481846 or 9067180. OLE color: 9067180.

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

Color convert

RGB17290138-
CMYK00.480.200.33
HSL324.88º33.06%51.37%-
HSV(B)324.88º47.67%67.45%-
XYZ25.2617.9226.17-
YUV119.99138.17165.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=43%
G=22.5%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729013800.480.200.33324.8833.0651.37
HexAC5A8A03014211452133
Octal25413221206024415054163
Binary10101100101101010001010011000010100100001101000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A8A; }

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

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

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

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

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

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

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

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