#AC5290

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

Shades of Mulberry #AC5290

Tints of Mulberry #AC5290

Color information

#AC5290 (or 0xAC5290) is unknown color: approx Mulberry. HEX triplet: AC, 52 and 90. RGB value is (172,82,144). Sum of RGB (Red+Green+Blue) = 172+82+144=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5290 is #53AD6F. Grayscale: #737373. Windows color (decimal): -5483888 or 9458348. OLE color: 9458348.

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

Color convert

RGB17282144-
CMYK00.520.160.33
HSL318.67º35.43%49.8%-
HSV(B)318.67º52.33%67.45%-
XYZ25.0616.8228.31-
YUV115.98143.82167.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=43.22%
G=20.60%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728214400.520.160.33318.6735.4349.8
HexAC5290034102113f2332
Octal25412222006420414774362
Binary10101100101001010010000011010010000100001100111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5290; }

 p { color: rgb(172,82,144); }

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

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

 a { background-color: rgb(172,82,144); }

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

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

 span { border-color: rgb(172,82,144); }

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