Html Css Color HEX #AD558C Mulberry

📋 copy color: '#AD558C'

red 173 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #AD558C

Tints of Mulberry #AD558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 43.47%
G = 21.36%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD558C (or 0xAD558C) is known color: Mulberry. HEX triplet: AD, 55 and 8C. RGB value is (173,85,140). Sum of RGB (Red+Green+Blue) = 173+85+140=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD558C is #52AA73. Grayscale: #757575. Windows color (decimal): -5417588 or 9196973. OLE color: 9196973.

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

Color convert

RGB 173 85 140 -
CMYK 0 0.51 0.19 0.32
HSL 322.5º 0.35% 0.51% -
HSV(B) 322.5º 0.51% 0.68% -
XYZ 25.22 17.27 26.82 -
YUV 117.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 173 85 140 0 0.51 0.19 0.32 322.5 0.35 0.51
Hex AD 55 8C 0 33 13 20 142 23 33
Octal 255 125 214 0 63 23 40 502 43 63
Binary 10101101 1010101 10001100 0 110011 10011 100000 101000010 100011 110011

Color Harmonies of #AD558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD558C

Black with #AD558C

Text Example


Text Example

White with #AD558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD558C; }

 p { color: rgb(173,85,140); }

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

background-color css

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

 a { background-color: rgb(173,85,140); }

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

border-color css

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

 span { border-color: rgb(173,85,140); }

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