#AD558C

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

Shades of Mulberry #AD558C

Tints of Mulberry #AD558C

Color information

#AD558C (or 0xAD558C) is unknown color: approx Mulberry. HEX triplet: AD, 55 and 8C. RGB value is (173,85,140). Sum of RGB (Red+Green+Blue) = 173+85+140=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD558C is #52AA73. Grayscale: #757575. Windows color (decimal): -5417588 or 9196973. OLE color: 9196973.

HSL color Cylindrical-coordinate representation of color #AD558C: hue angle of 322.5º 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 #AD558C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17385140-
CMYK00.510.190.32
HSL322.5º34.92%50.59%-
HSV(B)322.5º50.87%67.84%-
XYZ25.2217.2726.82-
YUV117.58140.65167.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=43.47%
G=21.36%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738514000.510.190.32322.534.9250.59
HexAD558C03313201422333
Octal25512521406323405024363
Binary10101101101010110001100011001110011100000101000010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD558C; }

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

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

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

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

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

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

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

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