Html Css Color HEX #AD5486 Mulberry

📋 copy color: '#AD5486'

red 173 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #AD5486

Tints of Mulberry #AD5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.48%

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

R = 44.25%
G = 21.48%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5486 (or 0xAD5486) is known color: Mulberry. HEX triplet: AD, 54 and 86. RGB value is (173,84,134). Sum of RGB (Red+Green+Blue) = 173+84+134=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5486 is #52AB79. Grayscale: #747474. Windows color (decimal): -5417850 or 8803501. OLE color: 8803501.

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

Color convert

RGB 173 84 134 -
CMYK 0 0.51 0.23 0.32
HSL 326.29º 0.35% 0.5% -
HSV(B) 326.29º 0.51% 0.68% -
XYZ 24.71 16.95 24.52 -
YUV 116.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 173 84 134 0 0.51 0.23 0.32 326.29 0.35 0.5
Hex AD 54 86 0 33 17 20 146 23 32
Octal 255 124 206 0 63 27 40 506 43 62
Binary 10101101 1010100 10000110 0 110011 10111 100000 101000110 100011 110010

Color Harmonies of #AD5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5486

Black with #AD5486

Text Example


Text Example

White with #AD5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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