Html Css Color HEX #AC4995 Mulberry

📋 copy color: '#AC4995'

red 172 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #AC4995

Tints of Mulberry #AC4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 43.65%
G = 18.53%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC4995 (or 0xAC4995) is known color: Mulberry. HEX triplet: AC, 49 and 95. RGB value is (172,73,149). Sum of RGB (Red+Green+Blue) = 172+73+149=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4995 is #53B66A. Grayscale: #6F6F6F. Windows color (decimal): -5486187 or 9783724. OLE color: 9783724.

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

Color convert

RGB 172 73 149 -
CMYK 0 0.58 0.13 0.33
HSL 313.94º 0.4% 0.48% -
HSV(B) 313.94º 0.58% 0.67% -
XYZ 24.82 15.71 30.16 -
YUV 111.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 172 73 149 0 0.58 0.13 0.33 313.94 0.4 0.48
Hex AC 49 95 0 3A D 21 13A 28 30
Octal 254 111 225 0 72 15 41 472 50 60
Binary 10101100 1001001 10010101 0 111010 1101 100001 100111010 101000 110000

Color Harmonies of #AC4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4995

Black with #AC4995

Text Example


Text Example

White with #AC4995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4995; }

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

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

background-color css

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

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

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

border-color css

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

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

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