#AD5990

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

Shades of Mulberry #AD5990

Tints of Mulberry #AD5990

Color information

#AD5990 (or 0xAD5990) is unknown color: approx Mulberry. HEX triplet: AD, 59 and 90. RGB value is (173,89,144). Sum of RGB (Red+Green+Blue) = 173+89+144=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5990 is #52A66F. Grayscale: #787878. Windows color (decimal): -5416560 or 9460141. OLE color: 9460141.

HSL color Cylindrical-coordinate representation of color #AD5990: hue angle of 320.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5990 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17389144-
CMYK00.490.170.32
HSL320.71º33.87%51.37%-
HSV(B)320.71º48.55%67.84%-
XYZ25.8418.0428.51-
YUV120.39141.33165.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=42.61%
G=21.92%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738914400.490.170.32320.7133.8751.37
HexAD599003111201412233
Octal25513122006121405014263
Binary10101101101100110010000011000110001100000101000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5990; }

 p { color: rgb(173,89,144); }

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

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

 a { background-color: rgb(173,89,144); }

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

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

 span { border-color: rgb(173,89,144); }

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