#AD5388

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

Shades of Mulberry #AD5388

Tints of Mulberry #AD5388

Color information

#AD5388 (or 0xAD5388) is unknown color: approx Mulberry. HEX triplet: AD, 53 and 88. RGB value is (173,83,136). Sum of RGB (Red+Green+Blue) = 173+83+136=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5388 is #52AC77. Grayscale: #737373. Windows color (decimal): -5418104 or 8934317. OLE color: 8934317.

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

Color convert

RGB17383136-
CMYK00.520.210.32
HSL324.67º35.43%50.2%-
HSV(B)324.67º52.02%67.84%-
XYZ24.7716.8525.24-
YUV115.95139.32168.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=44.13%
G=21.17%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738313600.520.210.32324.6735.4350.2
HexAD538803415201452332
Octal25512321006425405054362
Binary10101101101001110001000011010010101100000101000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5388; }

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

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

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

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

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

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

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

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