#AD538A

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

Shades of Mulberry #AD538A

Tints of Mulberry #AD538A

Color information

#AD538A (or 0xAD538A) is unknown color: approx Mulberry. HEX triplet: AD, 53 and 8A. RGB value is (173,83,138). Sum of RGB (Red+Green+Blue) = 173+83+138=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538A is #52AC75. Grayscale: #747474. Windows color (decimal): -5418102 or 9065389. OLE color: 9065389.

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

Color convert

RGB17383138-
CMYK00.520.200.32
HSL323.33º35.43%50.2%-
HSV(B)323.33º52.02%67.84%-
XYZ24.9116.9125.99-
YUV116.18140.32168.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=43.91%
G=21.07%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738313800.520.200.32323.3335.4350.2
HexAD538A03414201432332
Octal25512321206424405034362
Binary10101101101001110001010011010010100100000101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD538A; }

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

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

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

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

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

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

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

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