Html Css Color HEX #AD548E Mulberry

📋 copy color: '#AD548E'

red 173 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #AD548E

Tints of Mulberry #AD548E

RGB

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

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

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

R = 43.36%
G = 21.05%
B = 35.59%

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

#AD548E (or 0xAD548E) is known color: Mulberry. HEX triplet: AD, 54 and 8E. RGB value is (173,84,142). Sum of RGB (Red+Green+Blue) = 173+84+142=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548E is #52AB71. Grayscale: #757575. Windows color (decimal): -5417842 or 9327789. OLE color: 9327789.

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

Color convert

RGB 173 84 142 -
CMYK 0 0.51 0.18 0.32
HSL 320.9º 0.35% 0.5% -
HSV(B) 320.9º 0.51% 0.68% -
XYZ 25.29 17.18 27.57 -
YUV 117.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 173 84 142 0 0.51 0.18 0.32 320.9 0.35 0.5
Hex AD 54 8E 0 33 12 20 141 23 32
Octal 255 124 216 0 63 22 40 501 43 62
Binary 10101101 1010100 10001110 0 110011 10010 100000 101000001 100011 110010

Color Harmonies of #AD548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD548E

Black with #AD548E

Text Example


Text Example

White with #AD548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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