#AD5988

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

Shades of Mulberry #AD5988

Tints of Mulberry #AD5988

Color information

#AD5988 (or 0xAD5988) is unknown color: approx Mulberry. HEX triplet: AD, 59 and 88. RGB value is (173,89,136). Sum of RGB (Red+Green+Blue) = 173+89+136=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5988 is #52A677. Grayscale: #777777. Windows color (decimal): -5416568 or 8935853. OLE color: 8935853.

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

Color convert

RGB17389136-
CMYK00.490.210.32
HSL326.43º33.87%51.37%-
HSV(B)326.43º48.55%67.84%-
XYZ25.2517.8125.4-
YUV119.47137.33166.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=43.47%
G=22.36%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738913600.490.210.32326.4333.8751.37
HexAD598803115201462233
Octal25513121006125405064263
Binary10101101101100110001000011000110101100000101000110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5988; }

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

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

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

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

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

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

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

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