Html Css Color HEX #AD548D Mulberry

📋 copy color: '#AD548D'

red 173 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #AD548D

Tints of Mulberry #AD548D

RGB

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

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

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

R = 43.47%
G = 21.11%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD548D (or 0xAD548D) is known color: Mulberry. HEX triplet: AD, 54 and 8D. RGB value is (173,84,141). Sum of RGB (Red+Green+Blue) = 173+84+141=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548D is #52AB72. Grayscale: #747474. Windows color (decimal): -5417843 or 9262253. OLE color: 9262253.

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

Color convert

RGB 173 84 141 -
CMYK 0 0.51 0.18 0.32
HSL 321.57º 0.35% 0.5% -
HSV(B) 321.57º 0.51% 0.68% -
XYZ 25.21 17.15 27.18 -
YUV 117.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 173 84 141 0 0.51 0.18 0.32 321.57 0.35 0.5
Hex AD 54 8D 0 33 12 20 142 23 32
Octal 255 124 215 0 63 22 40 502 43 62
Binary 10101101 1010100 10001101 0 110011 10010 100000 101000010 100011 110010

Color Harmonies of #AD548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD548D

Black with #AD548D

Text Example


Text Example

White with #AD548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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