#AD518A

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

Shades of Mulberry #AD518A

Tints of Mulberry #AD518A

Color information

#AD518A (or 0xAD518A) is unknown color: approx Mulberry. HEX triplet: AD, 51 and 8A. RGB value is (173,81,138). Sum of RGB (Red+Green+Blue) = 173+81+138=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518A is #52AE75. Grayscale: #727272. Windows color (decimal): -5418614 or 9064877. OLE color: 9064877.

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

Color convert

RGB17381138-
CMYK00.530.200.32
HSL322.83º36.22%49.8%-
HSV(B)322.83º53.18%67.84%-
XYZ24.7616.625.94-
YUV115.01140.98169.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=44.13%
G=20.66%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738113800.530.200.32322.8336.2249.8
HexAD518A03514201432432
Octal25512121206524405034462
Binary10101101101000110001010011010110100100000101000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD518A; }

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

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

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

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

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

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

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

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