#AD4895

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

Shades of Mulberry #AD4895

Tints of Mulberry #AD4895

Color information

#AD4895 (or 0xAD4895) is unknown color: approx Mulberry. HEX triplet: AD, 48 and 95. RGB value is (173,72,149). Sum of RGB (Red+Green+Blue) = 173+72+149=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4895 is #52B76A. Grayscale: #6E6E6E. Windows color (decimal): -5420907 or 9783469. OLE color: 9783469.

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

Color convert

RGB17372149-
CMYK00.580.140.32
HSL314.26º41.22%48.04%-
HSV(B)314.26º58.38%67.84%-
XYZ24.9815.6930.15-
YUV110.98149.46172.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=43.91%
G=18.27%
B=37.82%

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
Decimal1737214900.580.140.32314.2641.2248.04
HexAD489503AE2013a2930
Octal25511022507216404725160
Binary1010110110010001001010101110101110100000100111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4895; }

 p { color: rgb(173,72,149); }

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

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

 a { background-color: rgb(173,72,149); }

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

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

 span { border-color: rgb(173,72,149); }

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