#AD518E

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

Shades of Mulberry #AD518E

Tints of Mulberry #AD518E

Color information

#AD518E (or 0xAD518E) is unknown color: approx Mulberry. HEX triplet: AD, 51 and 8E. RGB value is (173,81,142). Sum of RGB (Red+Green+Blue) = 173+81+142=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518E is #52AE71. Grayscale: #737373. Windows color (decimal): -5418610 or 9327021. OLE color: 9327021.

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

Color convert

RGB17381142-
CMYK00.530.180.32
HSL320.22º36.22%49.8%-
HSV(B)320.22º53.18%67.84%-
XYZ25.0616.7227.5-
YUV115.46142.98169.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=43.69%
G=20.45%
B=35.86%

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
Decimal1738114200.530.180.32320.2236.2249.8
HexAD518E03512201402432
Octal25512121606522405004462
Binary10101101101000110001110011010110010100000101000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD518E; }

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

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

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

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

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

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

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

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