Html Css Color HEX #AC4D8A Mulberry

📋 copy color: '#AC4D8A'

red 172 ◦ green 77 ◦ blue 138

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

Shades of Mulberry #AC4D8A

Tints of Mulberry #AC4D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 44.44%
G = 19.9%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC4D8A (or 0xAC4D8A) is known color: Mulberry. HEX triplet: AC, 4D and 8A. RGB value is (172,77,138). Sum of RGB (Red+Green+Blue) = 172+77+138=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D8A is #53B275. Grayscale: #707070. Windows color (decimal): -5485174 or 9063852. OLE color: 9063852.

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

Color convert

RGB 172 77 138 -
CMYK 0 0.55 0.20 0.33
HSL 321.47º 0.38% 0.49% -
HSV(B) 321.47º 0.55% 0.67% -
XYZ 24.25 15.91 25.84 -
YUV 112.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 172 77 138 0 0.55 0.20 0.33 321.47 0.38 0.49
Hex AC 4D 8A 0 37 14 21 141 26 31
Octal 254 115 212 0 67 24 41 501 46 61
Binary 10101100 1001101 10001010 0 110111 10100 100001 101000001 100110 110001

Color Harmonies of #AC4D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D8A

Black with #AC4D8A

Text Example


Text Example

White with #AC4D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D8A; }

 p { color: rgb(172,77,138); }

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

background-color css

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

 a { background-color: rgb(172,77,138); }

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

border-color css

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

 span { border-color: rgb(172,77,138); }

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