Html Css Color HEX #AD4986 Mulberry

📋 copy color: '#AD4986'

red 173 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #AD4986

Tints of Mulberry #AD4986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

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

R = 45.53%
G = 19.21%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD4986 (or 0xAD4986) is known color: Mulberry. HEX triplet: AD, 49 and 86. RGB value is (173,73,134). Sum of RGB (Red+Green+Blue) = 173+73+134=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4986 is #52B679. Grayscale: #6D6D6D. Windows color (decimal): -5420666 or 8800685. OLE color: 8800685.

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

Color convert

RGB 173 73 134 -
CMYK 0 0.58 0.23 0.32
HSL 323.4º 0.41% 0.48% -
HSV(B) 323.4º 0.58% 0.68% -
XYZ 23.92 15.37 24.26 -
YUV 109.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 173 73 134 0 0.58 0.23 0.32 323.4 0.41 0.48
Hex AD 49 86 0 3A 17 20 143 29 30
Octal 255 111 206 0 72 27 40 503 51 60
Binary 10101101 1001001 10000110 0 111010 10111 100000 101000011 101001 110000

Color Harmonies of #AD4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4986

Black with #AD4986

Text Example


Text Example

White with #AD4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4986; }

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

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

background-color css

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

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

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

border-color css

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

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

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