Html Css Color HEX #AD5490 Mulberry

📋 copy color: '#AD5490'

red 173 ◦ green 84 ◦ blue 144

#AD5490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #AD5490

Tints of Mulberry #AD5490

RGB

 RED value IS 173 (67.97% from 255) = 43.14%

 GREEN value IS 84 (33.2% from 255) = 20.95%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 43.14%
G = 20.95%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD5490 (or 0xAD5490) is known color: Mulberry. HEX triplet: AD, 54 and 90. RGB value is (173,84,144). Sum of RGB (Red+Green+Blue) = 173+84+144=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5490 is #52AB6F. Grayscale: #757575. Windows color (decimal): -5417840 or 9458861. OLE color: 9458861.

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

Color convert

RGB 173 84 144 -
CMYK 0 0.51 0.17 0.32
HSL 319.55º 0.35% 0.5% -
HSV(B) 319.55º 0.51% 0.68% -
XYZ 25.44 17.24 28.37 -
YUV 117.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 173 84 144 0 0.51 0.17 0.32 319.55 0.35 0.5
Hex AD 54 90 0 33 11 20 140 23 32
Octal 255 124 220 0 63 21 40 500 43 62
Binary 10101101 1010100 10010000 0 110011 10001 100000 101000000 100011 110010

Color Harmonies of #AD5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5490

Black with #AD5490

Text Example


Text Example

White with #AD5490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5490; }

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

 H1.HeaderClassName
 {
   color: #AD5490;
 }
 .AnyTagClassName
 {
   color: #AD5490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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