Html Css Color HEX #AD5489 Mulberry

📋 copy color: '#AD5489'

red 173 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #AD5489

Tints of Mulberry #AD5489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 43.91%
G = 21.32%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD5489 (or 0xAD5489) is known color: Mulberry. HEX triplet: AD, 54 and 89. RGB value is (173,84,137). Sum of RGB (Red+Green+Blue) = 173+84+137=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5489 is #52AB76. Grayscale: #747474. Windows color (decimal): -5417847 or 9000109. OLE color: 9000109.

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

Color convert

RGB 173 84 137 -
CMYK 0 0.51 0.21 0.32
HSL 324.27º 0.35% 0.5% -
HSV(B) 324.27º 0.51% 0.68% -
XYZ 24.92 17.03 25.64 -
YUV 116.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 173 84 137 0 0.51 0.21 0.32 324.27 0.35 0.5
Hex AD 54 89 0 33 15 20 144 23 32
Octal 255 124 211 0 63 25 40 504 43 62
Binary 10101101 1010100 10001001 0 110011 10101 100000 101000100 100011 110010

Color Harmonies of #AD5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5489

Black with #AD5489

Text Example


Text Example

White with #AD5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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