#AC4A85

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

Shades of Mulberry #AC4A85

Tints of Mulberry #AC4A85

Color information

#AC4A85 (or 0xAC4A85) is unknown color: approx Mulberry. HEX triplet: AC, 4A and 85. RGB value is (172,74,133). Sum of RGB (Red+Green+Blue) = 172+74+133=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A85 is #53B57A. Grayscale: #6D6D6D. Windows color (decimal): -5485947 or 8735404. OLE color: 8735404.

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

Color convert

RGB17274133-
CMYK00.570.230.33
HSL323.88º39.84%48.24%-
HSV(B)323.88º56.98%67.45%-
XYZ23.715.3623.91-
YUV110.03140.97172.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=45.38%
G=19.53%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727413300.570.230.33323.8839.8448.24
HexAC4A8503917211442830
Octal25411220507127415045060
Binary10101100100101010000101011100110111100001101000100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A85; }

 p { color: rgb(172,74,133); }

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

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

 a { background-color: rgb(172,74,133); }

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

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

 span { border-color: rgb(172,74,133); }

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