#AD4C8E

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

Shades of Mulberry #AD4C8E

Tints of Mulberry #AD4C8E

Color information

#AD4C8E (or 0xAD4C8E) is unknown color: approx Mulberry. HEX triplet: AD, 4C and 8E. RGB value is (173,76,142). Sum of RGB (Red+Green+Blue) = 173+76+142=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C8E is #52B371. Grayscale: #707070. Windows color (decimal): -5419890 or 9325741. OLE color: 9325741.

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

Color convert

RGB17376142-
CMYK00.560.180.32
HSL319.18º38.96%48.82%-
HSV(B)319.18º56.07%67.84%-
XYZ24.716.0127.38-
YUV112.53144.64171.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=44.25%
G=19.44%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737614200.560.180.32319.1838.9648.82
HexAD4C8E038122013f2731
Octal25511421607022404774761
Binary10101101100110010001110011100010010100000100111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C8E; }

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

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

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

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

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

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

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

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