#AD5494

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

Shades of Mulberry #AD5494

Tints of Mulberry #AD5494

Color information

#AD5494 (or 0xAD5494) is unknown color: approx Mulberry. HEX triplet: AD, 54 and 94. RGB value is (173,84,148). Sum of RGB (Red+Green+Blue) = 173+84+148=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5494 is #52AB6B. Grayscale: #757575. Windows color (decimal): -5417836 or 9721005. OLE color: 9721005.

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

Color convert

RGB17384148-
CMYK00.510.140.32
HSL316.85º35.18%50.39%-
HSV(B)316.85º51.45%67.84%-
XYZ25.7517.3630.01-
YUV117.91144.99167.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=42.72%
G=20.74%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738414800.510.140.32316.8535.1850.39
HexAD5494033E2013d2332
Octal25512422406316404754362
Binary1010110110101001001010001100111110100000100111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5494; }

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

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

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

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

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

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

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

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