Html Css Color HEX #AC4990 Mulberry

📋 copy color: '#AC4990'

red 172 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #AC4990

Tints of Mulberry #AC4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 44.22%
G = 18.77%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC4990 (or 0xAC4990) is known color: Mulberry. HEX triplet: AC, 49 and 90. RGB value is (172,73,144). Sum of RGB (Red+Green+Blue) = 172+73+144=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4990 is #53B66F. Grayscale: #6E6E6E. Windows color (decimal): -5486192 or 9456044. OLE color: 9456044.

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

Color convert

RGB 172 73 144 -
CMYK 0 0.58 0.16 0.33
HSL 316.97º 0.4% 0.48% -
HSV(B) 316.97º 0.58% 0.67% -
XYZ 24.43 15.55 28.1 -
YUV 110.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 172 73 144 0 0.58 0.16 0.33 316.97 0.4 0.48
Hex AC 49 90 0 3A 10 21 13D 28 30
Octal 254 111 220 0 72 20 41 475 50 60
Binary 10101100 1001001 10010000 0 111010 10000 100001 100111101 101000 110000

Color Harmonies of #AC4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4990

Black with #AC4990

Text Example


Text Example

White with #AC4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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