#AD5C8D

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

Shades of Mulberry #AD5C8D

Tints of Mulberry #AD5C8D

Color information

#AD5C8D (or 0xAD5C8D) is unknown color: approx Mulberry. HEX triplet: AD, 5C and 8D. RGB value is (173,92,141). Sum of RGB (Red+Green+Blue) = 173+92+141=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C8D is #52A372. Grayscale: #797979. Windows color (decimal): -5415795 or 9264301. OLE color: 9264301.

HSL color Cylindrical-coordinate representation of color #AD5C8D: hue angle of 323.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C8D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17392141-
CMYK00.470.180.32
HSL323.7º33.06%51.96%-
HSV(B)323.7º46.82%67.84%-
XYZ25.8718.4627.4-
YUV121.8138.84164.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=42.61%
G=22.66%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739214100.470.180.32323.733.0651.96
HexAD5C8D02F12201442134
Octal25513421505722405044164
Binary10101101101110010001101010111110010100000101000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C8D; }

 p { color: rgb(173,92,141); }

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

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

 a { background-color: rgb(173,92,141); }

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

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

 span { border-color: rgb(173,92,141); }

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