Html Css Color HEX #AC528D Mulberry

📋 copy color: '#AC528D'

red 172 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #AC528D

Tints of Mulberry #AC528D

RGB

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

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

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

R = 43.54%
G = 20.76%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC528D (or 0xAC528D) is known color: Mulberry. HEX triplet: AC, 52 and 8D. RGB value is (172,82,141). Sum of RGB (Red+Green+Blue) = 172+82+141=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC528D is #53AD72. Grayscale: #737373. Windows color (decimal): -5483891 or 9261740. OLE color: 9261740.

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

Color convert

RGB 172 82 141 -
CMYK 0 0.52 0.18 0.33
HSL 320.67º 0.35% 0.5% -
HSV(B) 320.67º 0.52% 0.67% -
XYZ 24.84 16.73 27.12 -
YUV 115.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 172 82 141 0 0.52 0.18 0.33 320.67 0.35 0.5
Hex AC 52 8D 0 34 12 21 141 23 32
Octal 254 122 215 0 64 22 41 501 43 62
Binary 10101100 1010010 10001101 0 110100 10010 100001 101000001 100011 110010

Color Harmonies of #AC528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC528D

Black with #AC528D

Text Example


Text Example

White with #AC528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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