#AC4F8A

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

Shades of Mulberry #AC4F8A

Tints of Mulberry #AC4F8A

Color information

#AC4F8A (or 0xAC4F8A) is unknown color: approx Mulberry. HEX triplet: AC, 4F and 8A. RGB value is (172,79,138). Sum of RGB (Red+Green+Blue) = 172+79+138=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F8A is #53B075. Grayscale: #717171. Windows color (decimal): -5484662 or 9064364. OLE color: 9064364.

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

Color convert

RGB17279138-
CMYK00.540.200.33
HSL321.94º37.05%49.22%-
HSV(B)321.94º54.07%67.45%-
XYZ24.416.225.89-
YUV113.53141.81169.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=44.22%
G=20.31%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727913800.540.200.33321.9437.0549.22
HexAC4F8A03614211422531
Octal25411721206624415024561
Binary10101100100111110001010011011010100100001101000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F8A; }

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

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

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

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

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

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

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

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