#AD5693

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

Shades of Mulberry #AD5693

Tints of Mulberry #AD5693

Color information

#AD5693 (or 0xAD5693) is unknown color: approx Mulberry. HEX triplet: AD, 56 and 93. RGB value is (173,86,147). Sum of RGB (Red+Green+Blue) = 173+86+147=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5693 is #52A96C. Grayscale: #767676. Windows color (decimal): -5417325 or 9655981. OLE color: 9655981.

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

Color convert

RGB17386147-
CMYK00.500.150.32
HSL317.93º34.66%50.78%-
HSV(B)317.93º50.29%67.84%-
XYZ25.8317.6529.65-
YUV118.97143.82166.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=42.61%
G=21.18%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738614700.500.150.32317.9334.6650.78
HexAD5693032F2013e2333
Octal25512622306217404764363
Binary1010110110101101001001101100101111100000100111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5693; }

 p { color: rgb(173,86,147); }

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

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

 a { background-color: rgb(173,86,147); }

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

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

 span { border-color: rgb(173,86,147); }

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