Html Css Color HEX #AC538F Mulberry

📋 copy color: '#AC538F'

red 172 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #AC538F

Tints of Mulberry #AC538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 43.22%
G = 20.85%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC538F (or 0xAC538F) is known color: Mulberry. HEX triplet: AC, 53 and 8F. RGB value is (172,83,143). Sum of RGB (Red+Green+Blue) = 172+83+143=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538F is #53AC70. Grayscale: #747474. Windows color (decimal): -5483633 or 9393068. OLE color: 9393068.

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

Color convert

RGB 172 83 143 -
CMYK 0 0.52 0.17 0.33
HSL 319.55º 0.35% 0.5% -
HSV(B) 319.55º 0.52% 0.67% -
XYZ 25.06 16.94 27.94 -
YUV 116.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 172 83 143 0 0.52 0.17 0.33 319.55 0.35 0.5
Hex AC 53 8F 0 34 11 21 140 23 32
Octal 254 123 217 0 64 21 41 500 43 62
Binary 10101100 1010011 10001111 0 110100 10001 100001 101000000 100011 110010

Color Harmonies of #AC538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC538F

Black with #AC538F

Text Example


Text Example

White with #AC538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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