#ac508c

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

Shades of Mulberry #AC508C

Tints of Mulberry #AC508C

Color information

#AC508C (or 0xAC508C) is unknown color: approx Mulberry. HEX triplet: AC, 50 and 8C. RGB value is (172,80,140). Sum of RGB (Red+Green+Blue) = 172+80+140=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC508C is #53AF73. Grayscale: #727272. Windows color (decimal): -5484404 or 9195692. OLE color: 9195692.

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

Color convert

RGB17280140-
CMYK00.530.190.33
HSL320.87º36.51%49.41%-
HSV(B)320.87º53.49%67.45%-
XYZ24.6216.426.68-
YUV114.35142.48169.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=43.88%
G=20.41%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728014000.530.190.33320.8736.5149.41
HexAC508C03513211412531
Octal25412021406523415014561
Binary10101100101000010001100011010110011100001101000001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac508c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac508c; }

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

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

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

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

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

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

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

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