Html Css Color HEX #AC528C Mulberry

📋 copy color: '#AC528C'

red 172 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #AC528C

Tints of Mulberry #AC528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

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

R = 43.65%
G = 20.81%
B = 35.53%

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

#AC528C (or 0xAC528C) is known color: Mulberry. HEX triplet: AC, 52 and 8C. RGB value is (172,82,140). Sum of RGB (Red+Green+Blue) = 172+82+140=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC528C is #53AD73. Grayscale: #737373. Windows color (decimal): -5483892 or 9196204. OLE color: 9196204.

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

Color convert

RGB 172 82 140 -
CMYK 0 0.52 0.19 0.33
HSL 321.33º 0.35% 0.5% -
HSV(B) 321.33º 0.52% 0.67% -
XYZ 24.76 16.7 26.73 -
YUV 115.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 172 82 140 0 0.52 0.19 0.33 321.33 0.35 0.5
Hex AC 52 8C 0 34 13 21 141 23 32
Octal 254 122 214 0 64 23 41 501 43 62
Binary 10101100 1010010 10001100 0 110100 10011 100001 101000001 100011 110010

Color Harmonies of #AC528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC528C

Black with #AC528C

Text Example


Text Example

White with #AC528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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