Html Css Color HEX #AC538C Mulberry

📋 copy color: '#AC538C'

red 172 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #AC538C

Tints of Mulberry #AC538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.01%

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

R = 43.54%
G = 21.01%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC538C (or 0xAC538C) is known color: Mulberry. HEX triplet: AC, 53 and 8C. RGB value is (172,83,140). Sum of RGB (Red+Green+Blue) = 172+83+140=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538C is #53AC73. Grayscale: #737373. Windows color (decimal): -5483636 or 9196460. OLE color: 9196460.

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

Color convert

RGB 172 83 140 -
CMYK 0 0.52 0.19 0.33
HSL 321.57º 0.35% 0.5% -
HSV(B) 321.57º 0.52% 0.67% -
XYZ 24.84 16.85 26.75 -
YUV 116.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 172 83 140 0 0.52 0.19 0.33 321.57 0.35 0.5
Hex AC 53 8C 0 34 13 21 142 23 32
Octal 254 123 214 0 64 23 41 502 43 62
Binary 10101100 1010011 10001100 0 110100 10011 100001 101000010 100011 110010

Color Harmonies of #AC538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC538C

Black with #AC538C

Text Example


Text Example

White with #AC538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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