#AD4D95

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

Shades of Mulberry #AD4D95

Tints of Mulberry #AD4D95

Color information

#AD4D95 (or 0xAD4D95) is unknown color: approx Mulberry. HEX triplet: AD, 4D and 95. RGB value is (173,77,149). Sum of RGB (Red+Green+Blue) = 173+77+149=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D95 is #52B26A. Grayscale: #717171. Windows color (decimal): -5419627 or 9784749. OLE color: 9784749.

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

Color convert

RGB17377149-
CMYK00.550.140.32
HSL315º38.4%49.02%-
HSV(B)315º55.49%67.84%-
XYZ25.3116.3630.26-
YUV113.91147.8170.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=43.36%
G=19.30%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737714900.550.140.3231538.449.02
HexAD4D95037E2013b2631
Octal25511522506716404734661
Binary1010110110011011001010101101111110100000100111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4D95; }

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

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

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

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

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

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

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

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