#AC5392

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

Shades of Mulberry #AC5392

Tints of Mulberry #AC5392

Color information

#AC5392 (or 0xAC5392) is unknown color: approx Mulberry. HEX triplet: AC, 53 and 92. RGB value is (172,83,146). Sum of RGB (Red+Green+Blue) = 172+83+146=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5392 is #53AC6D. Grayscale: #747474. Windows color (decimal): -5483630 or 9589676. OLE color: 9589676.

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

Color convert

RGB17283146-
CMYK00.520.150.33
HSL317.53º34.9%50%-
HSV(B)317.53º51.74%67.45%-
XYZ25.2917.0329.15-
YUV116.79144.49167.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=42.89%
G=20.70%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728314600.520.150.33317.5334.950
HexAC5392034F2113e2332
Octal25412322206417414764362
Binary1010110010100111001001001101001111100001100111110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5392; }

 p { color: rgb(172,83,146); }

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

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

 a { background-color: rgb(172,83,146); }

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

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

 span { border-color: rgb(172,83,146); }

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