Html Css Color HEX #AC4C8D Mulberry

📋 copy color: '#AC4C8D'

red 172 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #AC4C8D

Tints of Mulberry #AC4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.54%

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

R = 44.22%
G = 19.54%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC4C8D (or 0xAC4C8D) is known color: Mulberry. HEX triplet: AC, 4C and 8D. RGB value is (172,76,141). Sum of RGB (Red+Green+Blue) = 172+76+141=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C8D is #53B372. Grayscale: #6F6F6F. Windows color (decimal): -5485427 or 9260204. OLE color: 9260204.

HSL color Cylindrical-coordinate representation of color #AC4C8D: hue angle of 319.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C8D is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 141 -
CMYK 0 0.56 0.18 0.33
HSL 319.38º 0.39% 0.49% -
HSV(B) 319.38º 0.56% 0.67% -
XYZ 24.41 15.86 26.97 -
YUV 112.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 172 76 141 0 0.56 0.18 0.33 319.38 0.39 0.49
Hex AC 4C 8D 0 38 12 21 13F 27 31
Octal 254 114 215 0 70 22 41 477 47 61
Binary 10101100 1001100 10001101 0 111000 10010 100001 100111111 100111 110001

Color Harmonies of #AC4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C8D

Black with #AC4C8D

Text Example


Text Example

White with #AC4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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