#AD5B88

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

Shades of Mulberry #AD5B88

Tints of Mulberry #AD5B88

Color information

#AD5B88 (or 0xAD5B88) is unknown color: approx Mulberry. HEX triplet: AD, 5B and 88. RGB value is (173,91,136). Sum of RGB (Red+Green+Blue) = 173+91+136=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B88 is #52A477. Grayscale: #787878. Windows color (decimal): -5416056 or 8936365. OLE color: 8936365.

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

Color convert

RGB17391136-
CMYK00.470.210.32
HSL327.07º33.33%51.76%-
HSV(B)327.07º47.4%67.84%-
XYZ25.4218.1425.45-
YUV120.65136.67165.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 136 (53.52% from 255) = 34%
R=43.25%
G=22.75%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739113600.470.210.32327.0733.3351.76
HexAD5B8802F15201472134
Octal25513321005725405074164
Binary10101101101101110001000010111110101100000101000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B88; }

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

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

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

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

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

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

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

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