#AD5886

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

Shades of Mulberry #AD5886

Tints of Mulberry #AD5886

Color information

#AD5886 (or 0xAD5886) is unknown color: approx Mulberry. HEX triplet: AD, 58 and 86. RGB value is (173,88,134). Sum of RGB (Red+Green+Blue) = 173+88+134=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5886 is #52A779. Grayscale: #767676. Windows color (decimal): -5416826 or 8804525. OLE color: 8804525.

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

Color convert

RGB17388134-
CMYK00.490.230.32
HSL327.53º34.14%51.18%-
HSV(B)327.53º49.13%67.84%-
XYZ25.0317.5824.63-
YUV118.66136.66166.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=43.80%
G=22.28%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738813400.490.230.32327.5334.1451.18
HexAD588603117201482233
Octal25513020606127405104263
Binary10101101101100010000110011000110111100000101001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5886; }

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

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

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

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

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

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

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

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