Html Css Color HEX #AC4C90 Mulberry

📋 copy color: '#AC4C90'

red 172 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #AC4C90

Tints of Mulberry #AC4C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 43.88%
G = 19.39%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC4C90 (or 0xAC4C90) is known color: Mulberry. HEX triplet: AC, 4C and 90. RGB value is (172,76,144). Sum of RGB (Red+Green+Blue) = 172+76+144=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C90 is #53B36F. Grayscale: #707070. Windows color (decimal): -5485424 or 9456812. OLE color: 9456812.

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

Color convert

RGB 172 76 144 -
CMYK 0 0.56 0.16 0.33
HSL 317.5º 0.39% 0.49% -
HSV(B) 317.5º 0.56% 0.67% -
XYZ 24.63 15.95 28.17 -
YUV 112.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 172 76 144 0 0.56 0.16 0.33 317.5 0.39 0.49
Hex AC 4C 90 0 38 10 21 13E 27 31
Octal 254 114 220 0 70 20 41 476 47 61
Binary 10101100 1001100 10010000 0 111000 10000 100001 100111110 100111 110001

Color Harmonies of #AC4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C90

Black with #AC4C90

Text Example


Text Example

White with #AC4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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