Html Css Color HEX #AD518A Mulberry

📋 copy color: '#AD518A'

red 173 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #AD518A

Tints of Mulberry #AD518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 44.13%
G = 20.66%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD518A (or 0xAD518A) is known color: Mulberry. HEX triplet: AD, 51 and 8A. RGB value is (173,81,138). Sum of RGB (Red+Green+Blue) = 173+81+138=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518A is #52AE75. Grayscale: #727272. Windows color (decimal): -5418614 or 9064877. OLE color: 9064877.

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

Color convert

RGB 173 81 138 -
CMYK 0 0.53 0.20 0.32
HSL 322.83º 0.36% 0.5% -
HSV(B) 322.83º 0.53% 0.68% -
XYZ 24.76 16.6 25.94 -
YUV 115.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 173 81 138 0 0.53 0.20 0.32 322.83 0.36 0.5
Hex AD 51 8A 0 35 14 20 143 24 32
Octal 255 121 212 0 65 24 40 503 44 62
Binary 10101101 1010001 10001010 0 110101 10100 100000 101000011 100100 110010

Color Harmonies of #AD518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD518A

Black with #AD518A

Text Example


Text Example

White with #AD518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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