#AC4A8F

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

Shades of Mulberry #AC4A8F

Tints of Mulberry #AC4A8F

Color information

#AC4A8F (or 0xAC4A8F) is unknown color: approx Mulberry. HEX triplet: AC, 4A and 8F. RGB value is (172,74,143). Sum of RGB (Red+Green+Blue) = 172+74+143=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8F is #53B570. Grayscale: #6E6E6E. Windows color (decimal): -5485937 or 9390764. OLE color: 9390764.

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

Color convert

RGB17274143-
CMYK00.570.170.33
HSL317.76º39.84%48.24%-
HSV(B)317.76º56.98%67.45%-
XYZ24.4215.6527.72-
YUV111.17145.97171.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=44.22%
G=19.02%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727414300.570.170.33317.7639.8448.24
HexAC4A8F039112113e2830
Octal25411221707121414765060
Binary10101100100101010001111011100110001100001100111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A8F; }

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

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

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

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

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

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

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

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