Html Css Color HEX #AD5086 Mulberry

📋 copy color: '#AD5086'

red 173 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #AD5086

Tints of Mulberry #AD5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 44.7%
G = 20.67%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5086 (or 0xAD5086) is known color: Mulberry. HEX triplet: AD, 50 and 86. RGB value is (173,80,134). Sum of RGB (Red+Green+Blue) = 173+80+134=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5086 is #52AF79. Grayscale: #717171. Windows color (decimal): -5418874 or 8802477. OLE color: 8802477.

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

Color convert

RGB 173 80 134 -
CMYK 0 0.54 0.23 0.32
HSL 325.16º 0.37% 0.5% -
HSV(B) 325.16º 0.54% 0.68% -
XYZ 24.41 16.34 24.42 -
YUV 113.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 173 80 134 0 0.54 0.23 0.32 325.16 0.37 0.5
Hex AD 50 86 0 36 17 20 145 25 32
Octal 255 120 206 0 66 27 40 505 45 62
Binary 10101101 1010000 10000110 0 110110 10111 100000 101000101 100101 110010

Color Harmonies of #AD5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5086

Black with #AD5086

Text Example


Text Example

White with #AD5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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