#AD548A

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

Shades of Mulberry #AD548A

Tints of Mulberry #AD548A

Color information

#AD548A (or 0xAD548A) is unknown color: approx Mulberry. HEX triplet: AD, 54 and 8A. RGB value is (173,84,138). Sum of RGB (Red+Green+Blue) = 173+84+138=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548A is #52AB75. Grayscale: #747474. Windows color (decimal): -5417846 or 9065645. OLE color: 9065645.

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

Color convert

RGB17384138-
CMYK00.510.200.32
HSL323.6º35.18%50.39%-
HSV(B)323.6º51.45%67.84%-
XYZ24.9917.0626.02-
YUV116.77139.99168.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=43.80%
G=21.27%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738413800.510.200.32323.635.1850.39
HexAD548A03314201442332
Octal25512421206324405044362
Binary10101101101010010001010011001110100100000101000100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD548A; }

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

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

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

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

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

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

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

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