#AD5586

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

Shades of Mulberry #AD5586

Tints of Mulberry #AD5586

Color information

#AD5586 (or 0xAD5586) is unknown color: approx Mulberry. HEX triplet: AD, 55 and 86. RGB value is (173,85,134). Sum of RGB (Red+Green+Blue) = 173+85+134=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5586 is #52AA79. Grayscale: #747474. Windows color (decimal): -5417594 or 8803757. OLE color: 8803757.

HSL color Cylindrical-coordinate representation of color #AD5586: hue angle of 326.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5586 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17385134-
CMYK00.510.230.32
HSL326.59º34.92%50.59%-
HSV(B)326.59º50.87%67.84%-
XYZ24.7917.124.55-
YUV116.9137.65168.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=44.13%
G=21.68%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738513400.510.230.32326.5934.9250.59
HexAD558603317201472333
Octal25512520606327405074363
Binary10101101101010110000110011001110111100000101000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5586; }

 p { color: rgb(173,85,134); }

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

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

 a { background-color: rgb(173,85,134); }

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

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

 span { border-color: rgb(173,85,134); }

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