#ad538f

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

Shades of Mulberry #AD538F

Tints of Mulberry #AD538F

Color information

#AD538F (or 0xAD538F) is unknown color: approx Mulberry. HEX triplet: AD, 53 and 8F. RGB value is (173,83,143). Sum of RGB (Red+Green+Blue) = 173+83+143=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538F is #52AC70. Grayscale: #747474. Windows color (decimal): -5418097 or 9393069. OLE color: 9393069.

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

Color convert

RGB17383143-
CMYK00.520.170.32
HSL320º35.43%50.2%-
HSV(B)320º52.02%67.84%-
XYZ25.2817.0527.95-
YUV116.75142.82168.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=43.36%
G=20.80%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738314300.520.170.3232035.4350.2
HexAD538F03411201402332
Octal25512321706421405004362
Binary10101101101001110001111011010010001100000101000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad538f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad538f; }

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

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

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

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

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

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

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

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