#AD528B

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

Shades of Mulberry #AD528B

Tints of Mulberry #AD528B

Color information

#AD528B (or 0xAD528B) is unknown color: approx Mulberry. HEX triplet: AD, 52 and 8B. RGB value is (173,82,139). Sum of RGB (Red+Green+Blue) = 173+82+139=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528B is #52AD74. Grayscale: #737373. Windows color (decimal): -5418357 or 9130669. OLE color: 9130669.

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

Color convert

RGB17382139-
CMYK00.530.200.32
HSL322.42º35.69%50%-
HSV(B)322.42º52.6%67.84%-
XYZ24.9116.7826.35-
YUV115.71141.15168.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=43.91%
G=20.81%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738213900.530.200.32322.4235.6950
HexAD528B03514201422432
Octal25512221306524405024462
Binary10101101101001010001011011010110100100000101000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD528B; }

 p { color: rgb(173,82,139); }

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

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

 a { background-color: rgb(173,82,139); }

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

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

 span { border-color: rgb(173,82,139); }

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