Html Css Color HEX #AC548D Mulberry

📋 copy color: '#AC548D'

red 172 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #AC548D

Tints of Mulberry #AC548D

RGB

 RED value IS 172 (67.58% from 255) = 43.32%

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

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

R = 43.32%
G = 21.16%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC548D (or 0xAC548D) is known color: Mulberry. HEX triplet: AC, 54 and 8D. RGB value is (172,84,141). Sum of RGB (Red+Green+Blue) = 172+84+141=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548D is #53AB72. Grayscale: #747474. Windows color (decimal): -5483379 or 9262252. OLE color: 9262252.

HSL color Cylindrical-coordinate representation of color #AC548D: hue angle of 321.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC548D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 141 -
CMYK 0 0.51 0.18 0.33
HSL 321.14º 0.35% 0.5% -
HSV(B) 321.14º 0.51% 0.67% -
XYZ 24.99 17.03 27.17 -
YUV 116.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 172 84 141 0 0.51 0.18 0.33 321.14 0.35 0.5
Hex AC 54 8D 0 33 12 21 141 23 32
Octal 254 124 215 0 63 22 41 501 43 62
Binary 10101100 1010100 10001101 0 110011 10010 100001 101000001 100011 110010

Color Harmonies of #AC548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC548D

Black with #AC548D

Text Example


Text Example

White with #AC548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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