Html Css Color HEX #AD548B Mulberry

📋 copy color: '#AD548B'

red 173 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #AD548B

Tints of Mulberry #AD548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 43.69%
G = 21.21%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD548B (or 0xAD548B) is known color: Mulberry. HEX triplet: AD, 54 and 8B. RGB value is (173,84,139). Sum of RGB (Red+Green+Blue) = 173+84+139=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548B is #52AB74. Grayscale: #747474. Windows color (decimal): -5417845 or 9131181. OLE color: 9131181.

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

Color convert

RGB 173 84 139 -
CMYK 0 0.51 0.20 0.32
HSL 322.92º 0.35% 0.5% -
HSV(B) 322.92º 0.51% 0.68% -
XYZ 25.06 17.09 26.4 -
YUV 116.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 173 84 139 0 0.51 0.20 0.32 322.92 0.35 0.5
Hex AD 54 8B 0 33 14 20 143 23 32
Octal 255 124 213 0 63 24 40 503 43 62
Binary 10101101 1010100 10001011 0 110011 10100 100000 101000011 100011 110010

Color Harmonies of #AD548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD548B

Black with #AD548B

Text Example


Text Example

White with #AD548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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