#AD5690

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

Shades of Mulberry #AD5690

Tints of Mulberry #AD5690

Color information

#AD5690 (or 0xAD5690) is unknown color: approx Mulberry. HEX triplet: AD, 56 and 90. RGB value is (173,86,144). Sum of RGB (Red+Green+Blue) = 173+86+144=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5690 is #52A96F. Grayscale: #767676. Windows color (decimal): -5417328 or 9459373. OLE color: 9459373.

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

Color convert

RGB17386144-
CMYK00.500.170.32
HSL320º34.66%50.78%-
HSV(B)320º50.29%67.84%-
XYZ25.617.5528.42-
YUV118.62142.32166.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=42.93%
G=21.34%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738614400.500.170.3232034.6650.78
HexAD569003211201402333
Octal25512622006221405004363
Binary10101101101011010010000011001010001100000101000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5690; }

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

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

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

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

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

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

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

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