Html Css Color HEX #AD5988 Mulberry

📋 copy color: '#AD5988'

red 173 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #AD5988

Tints of Mulberry #AD5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 43.47%
G = 22.36%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD5988 (or 0xAD5988) is known color: Mulberry. HEX triplet: AD, 59 and 88. RGB value is (173,89,136). Sum of RGB (Red+Green+Blue) = 173+89+136=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5988 is #52A677. Grayscale: #777777. Windows color (decimal): -5416568 or 8935853. OLE color: 8935853.

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

Color convert

RGB 173 89 136 -
CMYK 0 0.49 0.21 0.32
HSL 326.43º 0.34% 0.51% -
HSV(B) 326.43º 0.49% 0.68% -
XYZ 25.25 17.81 25.4 -
YUV 119.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 173 89 136 0 0.49 0.21 0.32 326.43 0.34 0.51
Hex AD 59 88 0 31 15 20 146 22 33
Octal 255 131 210 0 61 25 40 506 42 63
Binary 10101101 1011001 10001000 0 110001 10101 100000 101000110 100010 110011

Color Harmonies of #AD5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5988

Black with #AD5988

Text Example


Text Example

White with #AD5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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