#AD4994

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

Shades of Mulberry #AD4994

Tints of Mulberry #AD4994

Color information

#AD4994 (or 0xAD4994) is unknown color: approx Mulberry. HEX triplet: AD, 49 and 94. RGB value is (173,73,148). Sum of RGB (Red+Green+Blue) = 173+73+148=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4994 is #52B66B. Grayscale: #6F6F6F. Windows color (decimal): -5420652 or 9718189. OLE color: 9718189.

HSL color Cylindrical-coordinate representation of color #AD4994: hue angle of 315º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4994 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17373148-
CMYK00.580.140.32
HSL315º40.65%48.24%-
HSV(B)315º57.8%67.84%-
XYZ24.9615.7929.75-
YUV111.45148.63171.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=43.91%
G=18.53%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737314800.580.140.3231540.6548.24
HexAD499403AE2013b2930
Octal25511122407216404735160
Binary1010110110010011001010001110101110100000100111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4994; }

 p { color: rgb(173,73,148); }

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

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

 a { background-color: rgb(173,73,148); }

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

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

 span { border-color: rgb(173,73,148); }

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