Html Css Color HEX #AD558E Mulberry

📋 copy color: '#AD558E'

red 173 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #AD558E

Tints of Mulberry #AD558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 43.25%
G = 21.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD558E (or 0xAD558E) is known color: Mulberry. HEX triplet: AD, 55 and 8E. RGB value is (173,85,142). Sum of RGB (Red+Green+Blue) = 173+85+142=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD558E is #52AA71. Grayscale: #757575. Windows color (decimal): -5417586 or 9328045. OLE color: 9328045.

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

Color convert

RGB 173 85 142 -
CMYK 0 0.51 0.18 0.32
HSL 321.14º 0.35% 0.51% -
HSV(B) 321.14º 0.51% 0.68% -
XYZ 25.36 17.33 27.6 -
YUV 117.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 173 85 142 0 0.51 0.18 0.32 321.14 0.35 0.51
Hex AD 55 8E 0 33 12 20 141 23 33
Octal 255 125 216 0 63 22 40 501 43 63
Binary 10101101 1010101 10001110 0 110011 10010 100000 101000001 100011 110011

Color Harmonies of #AD558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD558E

Black with #AD558E

Text Example


Text Example

White with #AD558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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