#AD5090

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

Shades of Mulberry #AD5090

Tints of Mulberry #AD5090

Color information

#AD5090 (or 0xAD5090) is unknown color: approx Mulberry. HEX triplet: AD, 50 and 90. RGB value is (173,80,144). Sum of RGB (Red+Green+Blue) = 173+80+144=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5090 is #52AF6F. Grayscale: #727272. Windows color (decimal): -5418864 or 9457837. OLE color: 9457837.

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

Color convert

RGB17380144-
CMYK00.540.170.32
HSL318.71º36.76%49.61%-
HSV(B)318.71º53.76%67.84%-
XYZ25.1416.6428.27-
YUV115.1144.31169.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=43.58%
G=20.15%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738014400.540.170.32318.7136.7649.61
HexAD5090036112013f2532
Octal25512022006621404774562
Binary10101101101000010010000011011010001100000100111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5090; }

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

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

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

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

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

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

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

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