#AD548E

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

Shades of Mulberry #AD548E

Tints of Mulberry #AD548E

Color information

#AD548E (or 0xAD548E) is unknown color: approx Mulberry. HEX triplet: AD, 54 and 8E. RGB value is (173,84,142). Sum of RGB (Red+Green+Blue) = 173+84+142=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548E is #52AB71. Grayscale: #757575. Windows color (decimal): -5417842 or 9327789. OLE color: 9327789.

HSL color Cylindrical-coordinate representation of color #AD548E: hue angle of 320.9º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD548E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17384142-
CMYK00.510.180.32
HSL320.9º35.18%50.39%-
HSV(B)320.9º51.45%67.84%-
XYZ25.2917.1827.57-
YUV117.22141.99167.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=43.36%
G=21.05%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738414200.510.180.32320.935.1850.39
HexAD548E03312201412332
Octal25512421606322405014362
Binary10101101101010010001110011001110010100000101000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD548E; }

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

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

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

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

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

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

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

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