#AD588B

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

Shades of Mulberry #AD588B

Tints of Mulberry #AD588B

Color information

#AD588B (or 0xAD588B) is unknown color: approx Mulberry. HEX triplet: AD, 58 and 8B. RGB value is (173,88,139). Sum of RGB (Red+Green+Blue) = 173+88+139=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD588B is #52A774. Grayscale: #777777. Windows color (decimal): -5416821 or 9132205. OLE color: 9132205.

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

Color convert

RGB17388139-
CMYK00.490.200.32
HSL324º34.14%51.18%-
HSV(B)324º49.13%67.84%-
XYZ25.3817.7326.51-
YUV119.23139.16166.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=43.25%
G=22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813900.490.200.3232434.1451.18
HexAD588B03114201442233
Octal25513021306124405044263
Binary10101101101100010001011011000110100100000101000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD588B; }

 p { color: rgb(173,88,139); }

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

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

 a { background-color: rgb(173,88,139); }

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

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

 span { border-color: rgb(173,88,139); }

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