#AD518D

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

Shades of Mulberry #AD518D

Tints of Mulberry #AD518D

Color information

#AD518D (or 0xAD518D) is unknown color: approx Mulberry. HEX triplet: AD, 51 and 8D. RGB value is (173,81,141). Sum of RGB (Red+Green+Blue) = 173+81+141=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518D is #52AE72. Grayscale: #737373. Windows color (decimal): -5418611 or 9261485. OLE color: 9261485.

HSL color Cylindrical-coordinate representation of color #AD518D: hue angle of 320.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD518D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17381141-
CMYK00.530.180.32
HSL320.87º36.22%49.8%-
HSV(B)320.87º53.18%67.84%-
XYZ24.9816.6927.1-
YUV115.35142.48169.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=43.80%
G=20.51%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738114100.530.180.32320.8736.2249.8
HexAD518D03512201412432
Octal25512121506522405014462
Binary10101101101000110001101011010110010100000101000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD518D; }

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

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

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

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

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

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

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

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