#AD5290

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

Shades of Mulberry #AD5290

Tints of Mulberry #AD5290

Color information

#AD5290 (or 0xAD5290) is unknown color: approx Mulberry. HEX triplet: AD, 52 and 90. RGB value is (173,82,144). Sum of RGB (Red+Green+Blue) = 173+82+144=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5290 is #52AD6F. Grayscale: #747474. Windows color (decimal): -5418352 or 9458349. OLE color: 9458349.

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

Color convert

RGB17382144-
CMYK00.530.170.32
HSL319.12º35.69%50%-
HSV(B)319.12º52.6%67.84%-
XYZ25.2816.9328.32-
YUV116.28143.65168.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=43.36%
G=20.55%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738214400.530.170.32319.1235.6950
HexAD5290035112013f2432
Octal25512222006521404774462
Binary10101101101001010010000011010110001100000100111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5290; }

 p { color: rgb(173,82,144); }

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

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

 a { background-color: rgb(173,82,144); }

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

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

 span { border-color: rgb(173,82,144); }

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