#AD498B

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

Shades of Mulberry #AD498B

Tints of Mulberry #AD498B

Color information

#AD498B (or 0xAD498B) is unknown color: approx Mulberry. HEX triplet: AD, 49 and 8B. RGB value is (173,73,139). Sum of RGB (Red+Green+Blue) = 173+73+139=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD498B is #52B674. Grayscale: #6E6E6E. Windows color (decimal): -5420661 or 9128365. OLE color: 9128365.

HSL color Cylindrical-coordinate representation of color #AD498B: hue angle of 320.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD498B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17373139-
CMYK00.580.200.32
HSL320.4º40.65%48.24%-
HSV(B)320.4º57.8%67.84%-
XYZ24.2815.5126.14-
YUV110.42144.13172.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=44.94%
G=18.96%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737313900.580.200.32320.440.6548.24
HexAD498B03A14201402930
Octal25511121307224405005160
Binary10101101100100110001011011101010100100000101000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD498B; }

 p { color: rgb(173,73,139); }

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

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

 a { background-color: rgb(173,73,139); }

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

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

 span { border-color: rgb(173,73,139); }

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