#AD4F8C

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

Shades of Mulberry #AD4F8C

Tints of Mulberry #AD4F8C

Color information

#AD4F8C (or 0xAD4F8C) is unknown color: approx Mulberry. HEX triplet: AD, 4F and 8C. RGB value is (173,79,140). Sum of RGB (Red+Green+Blue) = 173+79+140=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F8C is #52B073. Grayscale: #717171. Windows color (decimal): -5419124 or 9195437. OLE color: 9195437.

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

Color convert

RGB17379140-
CMYK00.540.190.32
HSL321.06º37.3%49.41%-
HSV(B)321.06º54.34%67.84%-
XYZ24.7616.3726.67-
YUV114.06142.64170.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=44.13%
G=20.15%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737914000.540.190.32321.0637.349.41
HexAD4F8C03613201412531
Octal25511721406623405014561
Binary10101101100111110001100011011010011100000101000001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F8C; }

 p { color: rgb(173,79,140); }

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

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

 a { background-color: rgb(173,79,140); }

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

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

 span { border-color: rgb(173,79,140); }

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