Html Css Color HEX #AC548C Mulberry

📋 copy color: '#AC548C'

red 172 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #AC548C

Tints of Mulberry #AC548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 43.43%
G = 21.21%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC548C (or 0xAC548C) is known color: Mulberry. HEX triplet: AC, 54 and 8C. RGB value is (172,84,140). Sum of RGB (Red+Green+Blue) = 172+84+140=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548C is #53AB73. Grayscale: #747474. Windows color (decimal): -5483380 or 9196716. OLE color: 9196716.

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

Color convert

RGB 172 84 140 -
CMYK 0 0.51 0.19 0.33
HSL 321.82º 0.35% 0.5% -
HSV(B) 321.82º 0.51% 0.67% -
XYZ 24.92 17 26.78 -
YUV 116.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 172 84 140 0 0.51 0.19 0.33 321.82 0.35 0.5
Hex AC 54 8C 0 33 13 21 142 23 32
Octal 254 124 214 0 63 23 41 502 43 62
Binary 10101100 1010100 10001100 0 110011 10011 100001 101000010 100011 110010

Color Harmonies of #AC548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC548C

Black with #AC548C

Text Example


Text Example

White with #AC548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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