Html Css Color HEX #AD5991 Mulberry

📋 copy color: '#AD5991'

red 173 ◦ green 89 ◦ blue 145

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

Shades of Mulberry #AD5991

Tints of Mulberry #AD5991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 42.51%
G = 21.87%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD5991 (or 0xAD5991) is known color: Mulberry. HEX triplet: AD, 59 and 91. RGB value is (173,89,145). Sum of RGB (Red+Green+Blue) = 173+89+145=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5991 is #52A66E. Grayscale: #787878. Windows color (decimal): -5416559 or 9525677. OLE color: 9525677.

HSL color Cylindrical-coordinate representation of color #AD5991: hue angle of 320º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5991 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 145 -
CMYK 0 0.49 0.16 0.32
HSL 320º 0.34% 0.51% -
HSV(B) 320º 0.49% 0.68% -
XYZ 25.92 18.07 28.91 -
YUV 120.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 173 89 145 0 0.49 0.16 0.32 320 0.34 0.51
Hex AD 59 91 0 31 10 20 140 22 33
Octal 255 131 221 0 61 20 40 500 42 63
Binary 10101101 1011001 10010001 0 110001 10000 100000 101000000 100010 110011

Color Harmonies of #AD5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5991

Black with #AD5991

Text Example


Text Example

White with #AD5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5991; }

 p { color: rgb(173,89,145); }

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

background-color css

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

 a { background-color: rgb(173,89,145); }

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

border-color css

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

 span { border-color: rgb(173,89,145); }

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