#AC5190

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

Shades of Mulberry #AC5190

Tints of Mulberry #AC5190

Color information

#AC5190 (or 0xAC5190) is unknown color: approx Mulberry. HEX triplet: AC, 51 and 90. RGB value is (172,81,144). Sum of RGB (Red+Green+Blue) = 172+81+144=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5190 is #53AE6F. Grayscale: #737373. Windows color (decimal): -5484144 or 9458092. OLE color: 9458092.

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

Color convert

RGB17281144-
CMYK00.530.160.33
HSL318.46º35.97%49.61%-
HSV(B)318.46º52.91%67.45%-
XYZ24.9916.6728.29-
YUV115.39144.15168.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=43.32%
G=20.40%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728114400.530.160.33318.4635.9749.61
HexAC5190035102113e2432
Octal25412122006520414764462
Binary10101100101000110010000011010110000100001100111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5190; }

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

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

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

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

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

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

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

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