#AD5B8D

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

Shades of Mulberry #AD5B8D

Tints of Mulberry #AD5B8D

Color information

#AD5B8D (or 0xAD5B8D) is unknown color: approx Mulberry. HEX triplet: AD, 5B and 8D. RGB value is (173,91,141). Sum of RGB (Red+Green+Blue) = 173+91+141=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B8D is #52A472. Grayscale: #797979. Windows color (decimal): -5416051 or 9264045. OLE color: 9264045.

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

Color convert

RGB17391141-
CMYK00.470.180.32
HSL323.41º33.33%51.76%-
HSV(B)323.41º47.4%67.84%-
XYZ25.7818.2927.37-
YUV121.22139.17164.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=42.72%
G=22.47%
B=34.81%

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
Decimal1739114100.470.180.32323.4133.3351.76
HexAD5B8D02F12201432134
Octal25513321505722405034164
Binary10101101101101110001101010111110010100000101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B8D; }

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

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

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

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

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

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

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

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