#AD5094

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

Shades of Mulberry #AD5094

Tints of Mulberry #AD5094

Color information

#AD5094 (or 0xAD5094) is unknown color: approx Mulberry. HEX triplet: AD, 50 and 94. RGB value is (173,80,148). Sum of RGB (Red+Green+Blue) = 173+80+148=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5094 is #52AF6B. Grayscale: #737373. Windows color (decimal): -5418860 or 9719981. OLE color: 9719981.

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

Color convert

RGB17380148-
CMYK00.540.140.32
HSL316.13º36.76%49.61%-
HSV(B)316.13º53.76%67.84%-
XYZ25.4516.7629.91-
YUV115.56146.31168.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=43.14%
G=19.95%
B=36.91%

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
Decimal1738014800.540.140.32316.1336.7649.61
HexAD5094036E2013c2532
Octal25512022406616404744562
Binary1010110110100001001010001101101110100000100111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5094; }

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

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

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

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

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

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

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

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