#AD5B8E

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

Shades of Mulberry #AD5B8E

Tints of Mulberry #AD5B8E

Color information

#AD5B8E (or 0xAD5B8E) is unknown color: approx Mulberry. HEX triplet: AD, 5B and 8E. RGB value is (173,91,142). Sum of RGB (Red+Green+Blue) = 173+91+142=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B8E is #52A471. Grayscale: #797979. Windows color (decimal): -5416050 or 9329581. OLE color: 9329581.

HSL color Cylindrical-coordinate representation of color #AD5B8E: hue angle of 322.68º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B8E is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17391142-
CMYK00.470.180.32
HSL322.68º33.33%51.76%-
HSV(B)322.68º47.4%67.84%-
XYZ25.8618.3227.76-
YUV121.33139.67164.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=42.61%
G=22.41%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739114200.470.180.32322.6833.3351.76
HexAD5B8E02F12201432134
Octal25513321605722405034164
Binary10101101101101110001110010111110010100000101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B8E; }

 p { color: rgb(173,91,142); }

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

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

 a { background-color: rgb(173,91,142); }

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

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

 span { border-color: rgb(173,91,142); }

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