Html Css Color HEX #AD518C Mulberry

📋 copy color: '#AD518C'

red 173 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #AD518C

Tints of Mulberry #AD518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 43.91%
G = 20.56%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD518C (or 0xAD518C) is known color: Mulberry. HEX triplet: AD, 51 and 8C. RGB value is (173,81,140). Sum of RGB (Red+Green+Blue) = 173+81+140=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518C is #52AE73. Grayscale: #737373. Windows color (decimal): -5418612 or 9195949. OLE color: 9195949.

HSL color Cylindrical-coordinate representation of color #AD518C: hue angle of 321.52º 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 #AD518C is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 140 -
CMYK 0 0.53 0.19 0.32
HSL 321.52º 0.36% 0.5% -
HSV(B) 321.52º 0.53% 0.68% -
XYZ 24.91 16.66 26.71 -
YUV 115.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 173 81 140 0 0.53 0.19 0.32 321.52 0.36 0.5
Hex AD 51 8C 0 35 13 20 142 24 32
Octal 255 121 214 0 65 23 40 502 44 62
Binary 10101101 1010001 10001100 0 110101 10011 100000 101000010 100100 110010

Color Harmonies of #AD518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD518C

Black with #AD518C

Text Example


Text Example

White with #AD518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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