Html Css Color HEX #AC538D Mulberry

📋 copy color: '#AC538D'

red 172 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #AC538D

Tints of Mulberry #AC538D

RGB

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

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

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

R = 43.43%
G = 20.96%
B = 35.61%

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

#AC538D (or 0xAC538D) is known color: Mulberry. HEX triplet: AC, 53 and 8D. RGB value is (172,83,141). Sum of RGB (Red+Green+Blue) = 172+83+141=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538D is #53AC72. Grayscale: #747474. Windows color (decimal): -5483635 or 9261996. OLE color: 9261996.

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

Color convert

RGB 172 83 141 -
CMYK 0 0.52 0.18 0.33
HSL 320.9º 0.35% 0.5% -
HSV(B) 320.9º 0.52% 0.67% -
XYZ 24.91 16.88 27.14 -
YUV 116.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 172 83 141 0 0.52 0.18 0.33 320.9 0.35 0.5
Hex AC 53 8D 0 34 12 21 141 23 32
Octal 254 123 215 0 64 22 41 501 43 62
Binary 10101100 1010011 10001101 0 110100 10010 100001 101000001 100011 110010

Color Harmonies of #AC538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC538D

Black with #AC538D

Text Example


Text Example

White with #AC538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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