#AC5C8E

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

Shades of Mulberry #AC5C8E

Tints of Mulberry #AC5C8E

Color information

#AC5C8E (or 0xAC5C8E) is unknown color: approx Mulberry. HEX triplet: AC, 5C and 8E. RGB value is (172,92,142). Sum of RGB (Red+Green+Blue) = 172+92+142=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8E is #53A371. Grayscale: #797979. Windows color (decimal): -5481330 or 9329836. OLE color: 9329836.

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

Color convert

RGB17292142-
CMYK00.470.170.33
HSL322.5º32.52%51.76%-
HSV(B)322.5º46.51%67.45%-
XYZ25.7218.3827.78-
YUV121.62139.5163.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=42.36%
G=22.66%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729214200.470.170.33322.532.5251.76
HexAC5C8E02F11211422134
Octal25413421605721415024164
Binary10101100101110010001110010111110001100001101000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C8E; }

 p { color: rgb(172,92,142); }

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

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

 a { background-color: rgb(172,92,142); }

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

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

 span { border-color: rgb(172,92,142); }

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