#AD528A

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

Shades of Mulberry #AD528A

Tints of Mulberry #AD528A

Color information

#AD528A (or 0xAD528A) is unknown color: approx Mulberry. HEX triplet: AD, 52 and 8A. RGB value is (173,82,138). Sum of RGB (Red+Green+Blue) = 173+82+138=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528A is #52AD75. Grayscale: #737373. Windows color (decimal): -5418358 or 9065133. OLE color: 9065133.

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

Color convert

RGB17382138-
CMYK00.530.200.32
HSL323.08º35.69%50%-
HSV(B)323.08º52.6%67.84%-
XYZ24.8416.7525.97-
YUV115.59140.65168.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=44.02%
G=20.87%
B=35.11%

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
Decimal1738213800.530.200.32323.0835.6950
HexAD528A03514201432432
Octal25512221206524405034462
Binary10101101101001010001010011010110100100000101000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD528A; }

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

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

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

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

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

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

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

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