Html Css Color HEX #AD5686 Mulberry

📋 copy color: '#AD5686'

red 173 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #AD5686

Tints of Mulberry #AD5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 44.02%
G = 21.88%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5686 (or 0xAD5686) is known color: Mulberry. HEX triplet: AD, 56 and 86. RGB value is (173,86,134). Sum of RGB (Red+Green+Blue) = 173+86+134=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5686 is #52A979. Grayscale: #757575. Windows color (decimal): -5417338 or 8804013. OLE color: 8804013.

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

Color convert

RGB 173 86 134 -
CMYK 0 0.50 0.23 0.32
HSL 326.9º 0.35% 0.51% -
HSV(B) 326.9º 0.5% 0.68% -
XYZ 24.86 17.26 24.58 -
YUV 117.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 173 86 134 0 0.50 0.23 0.32 326.9 0.35 0.51
Hex AD 56 86 0 32 17 20 147 23 33
Octal 255 126 206 0 62 27 40 507 43 63
Binary 10101101 1010110 10000110 0 110010 10111 100000 101000111 100011 110011

Color Harmonies of #AD5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5686

Black with #AD5686

Text Example


Text Example

White with #AD5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5686; }

 p { color: rgb(173,86,134); }

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

background-color css

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

 a { background-color: rgb(173,86,134); }

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

border-color css

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

 span { border-color: rgb(173,86,134); }

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