#AD5095

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

Shades of Mulberry #AD5095

Tints of Mulberry #AD5095

Color information

#AD5095 (or 0xAD5095) is unknown color: approx Mulberry. HEX triplet: AD, 50 and 95. RGB value is (173,80,149). Sum of RGB (Red+Green+Blue) = 173+80+149=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5095 is #52AF6A. Grayscale: #737373. Windows color (decimal): -5418859 or 9785517. OLE color: 9785517.

HSL color Cylindrical-coordinate representation of color #AD5095: hue angle of 315.48º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5095 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17380149-
CMYK00.540.140.32
HSL315.48º36.76%49.61%-
HSV(B)315.48º53.76%67.84%-
XYZ25.5316.7930.33-
YUV115.67146.81168.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=43.03%
G=19.90%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738014900.540.140.32315.4836.7649.61
HexAD5095036E2013b2532
Octal25512022506616404734562
Binary1010110110100001001010101101101110100000100111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5095; }

 p { color: rgb(173,80,149); }

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

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

 a { background-color: rgb(173,80,149); }

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

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

 span { border-color: rgb(173,80,149); }

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