Html Css Color HEX #AC4A8C Mulberry

📋 copy color: '#AC4A8C'

red 172 ◦ green 74 ◦ blue 140

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

Shades of Mulberry #AC4A8C

Tints of Mulberry #AC4A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 44.56%
G = 19.17%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC4A8C (or 0xAC4A8C) is known color: Mulberry. HEX triplet: AC, 4A and 8C. RGB value is (172,74,140). Sum of RGB (Red+Green+Blue) = 172+74+140=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8C is #53B573. Grayscale: #6E6E6E. Windows color (decimal): -5485940 or 9194156. OLE color: 9194156.

HSL color Cylindrical-coordinate representation of color #AC4A8C: hue angle of 319.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A8C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 74 140 -
CMYK 0 0.57 0.19 0.33
HSL 319.59º 0.4% 0.48% -
HSV(B) 319.59º 0.57% 0.67% -
XYZ 24.2 15.56 26.54 -
YUV 110.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 172 74 140 0 0.57 0.19 0.33 319.59 0.4 0.48
Hex AC 4A 8C 0 39 13 21 140 28 30
Octal 254 112 214 0 71 23 41 500 50 60
Binary 10101100 1001010 10001100 0 111001 10011 100001 101000000 101000 110000

Color Harmonies of #AC4A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A8C

Black with #AC4A8C

Text Example


Text Example

White with #AC4A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A8C; }

 p { color: rgb(172,74,140); }

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

background-color css

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

 a { background-color: rgb(172,74,140); }

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

border-color css

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

 span { border-color: rgb(172,74,140); }

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