#AD4C8F

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

Shades of Mulberry #AD4C8F

Tints of Mulberry #AD4C8F

Color information

#AD4C8F (or 0xAD4C8F) is unknown color: approx Mulberry. HEX triplet: AD, 4C and 8F. RGB value is (173,76,143). Sum of RGB (Red+Green+Blue) = 173+76+143=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C8F is #52B370. Grayscale: #707070. Windows color (decimal): -5419889 or 9391277. OLE color: 9391277.

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

Color convert

RGB17376143-
CMYK00.560.170.32
HSL318.56º38.96%48.82%-
HSV(B)318.56º56.07%67.84%-
XYZ24.7816.0427.78-
YUV112.64145.14171.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=44.13%
G=19.39%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737614300.560.170.32318.5638.9648.82
HexAD4C8F038112013f2731
Octal25511421707021404774761
Binary10101101100110010001111011100010001100000100111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C8F; }

 p { color: rgb(173,76,143); }

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

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

 a { background-color: rgb(173,76,143); }

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

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

 span { border-color: rgb(173,76,143); }

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