Html Css Color HEX #AD518E Mulberry

📋 copy color: '#AD518E'

red 173 ◦ green 81 ◦ blue 142

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

Shades of Mulberry #AD518E

Tints of Mulberry #AD518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 43.69%
G = 20.45%
B = 35.86%

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

#AD518E (or 0xAD518E) is known color: Mulberry. HEX triplet: AD, 51 and 8E. RGB value is (173,81,142). Sum of RGB (Red+Green+Blue) = 173+81+142=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518E is #52AE71. Grayscale: #737373. Windows color (decimal): -5418610 or 9327021. OLE color: 9327021.

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

Color convert

RGB 173 81 142 -
CMYK 0 0.53 0.18 0.32
HSL 320.22º 0.36% 0.5% -
HSV(B) 320.22º 0.53% 0.68% -
XYZ 25.06 16.72 27.5 -
YUV 115.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 173 81 142 0 0.53 0.18 0.32 320.22 0.36 0.5
Hex AD 51 8E 0 35 12 20 140 24 32
Octal 255 121 216 0 65 22 40 500 44 62
Binary 10101101 1010001 10001110 0 110101 10010 100000 101000000 100100 110010

Color Harmonies of #AD518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD518E

Black with #AD518E

Text Example


Text Example

White with #AD518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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