Html Css Color HEX #AD4B86 Mulberry

📋 copy color: '#AD4B86'

red 173 ◦ green 75 ◦ blue 134

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

Shades of Mulberry #AD4B86

Tints of Mulberry #AD4B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 45.29%
G = 19.63%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD4B86 (or 0xAD4B86) is known color: Mulberry. HEX triplet: AD, 4B and 86. RGB value is (173,75,134). Sum of RGB (Red+Green+Blue) = 173+75+134=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B86 is #52B479. Grayscale: #6E6E6E. Windows color (decimal): -5420154 or 8801197. OLE color: 8801197.

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

Color convert

RGB 173 75 134 -
CMYK 0 0.57 0.23 0.32
HSL 323.88º 0.4% 0.49% -
HSV(B) 323.88º 0.57% 0.68% -
XYZ 24.05 15.64 24.3 -
YUV 111.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 173 75 134 0 0.57 0.23 0.32 323.88 0.4 0.49
Hex AD 4B 86 0 39 17 20 144 28 31
Octal 255 113 206 0 71 27 40 504 50 61
Binary 10101101 1001011 10000110 0 111001 10111 100000 101000100 101000 110001

Color Harmonies of #AD4B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B86

Black with #AD4B86

Text Example


Text Example

White with #AD4B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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