Html Css Color HEX #AD518D Mulberry

📋 copy color: '#AD518D'

red 173 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #AD518D

Tints of Mulberry #AD518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 43.8%
G = 20.51%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD518D (or 0xAD518D) is known color: Mulberry. HEX triplet: AD, 51 and 8D. RGB value is (173,81,141). Sum of RGB (Red+Green+Blue) = 173+81+141=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518D is #52AE72. Grayscale: #737373. Windows color (decimal): -5418611 or 9261485. OLE color: 9261485.

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

Color convert

RGB 173 81 141 -
CMYK 0 0.53 0.18 0.32
HSL 320.87º 0.36% 0.5% -
HSV(B) 320.87º 0.53% 0.68% -
XYZ 24.98 16.69 27.1 -
YUV 115.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 173 81 141 0 0.53 0.18 0.32 320.87 0.36 0.5
Hex AD 51 8D 0 35 12 20 141 24 32
Octal 255 121 215 0 65 22 40 501 44 62
Binary 10101101 1010001 10001101 0 110101 10010 100000 101000001 100100 110010

Color Harmonies of #AD518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD518D

Black with #AD518D

Text Example


Text Example

White with #AD518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD518D; }

 p { color: rgb(173,81,141); }

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

background-color css

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

 a { background-color: rgb(173,81,141); }

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

border-color css

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

 span { border-color: rgb(173,81,141); }

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