#AC5692

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

Shades of Mulberry #AC5692

Tints of Mulberry #AC5692

Color information

#AC5692 (or 0xAC5692) is unknown color: approx Mulberry. HEX triplet: AC, 56 and 92. RGB value is (172,86,146). Sum of RGB (Red+Green+Blue) = 172+86+146=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5692 is #53A96D. Grayscale: #767676. Windows color (decimal): -5482862 or 9590444. OLE color: 9590444.

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

Color convert

RGB17286146-
CMYK00.50.150.33
HSL318.14º34.13%50.59%-
HSV(B)318.14º50%67.45%-
XYZ25.5317.529.23-
YUV118.55143.49166.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=42.57%
G=21.29%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728614600.50.150.33318.1434.1350.59
HexAC5692032F2113e2233
Octal25412622206217414764263
Binary1010110010101101001001001100101111100001100111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5692; }

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

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

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

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

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

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

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

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