Html Css Color HEX #AC4A95 Mulberry

📋 copy color: '#AC4A95'

red 172 ◦ green 74 ◦ blue 149

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

Shades of Mulberry #AC4A95

Tints of Mulberry #AC4A95

RGB

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

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

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

R = 43.54%
G = 18.73%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC4A95 (or 0xAC4A95) is known color: Mulberry. HEX triplet: AC, 4A and 95. RGB value is (172,74,149). Sum of RGB (Red+Green+Blue) = 172+74+149=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A95 is #53B56A. Grayscale: #6F6F6F. Windows color (decimal): -5485931 or 9783980. OLE color: 9783980.

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

Color convert

RGB 172 74 149 -
CMYK 0 0.57 0.13 0.33
HSL 314.08º 0.4% 0.48% -
HSV(B) 314.08º 0.57% 0.67% -
XYZ 24.89 15.84 30.18 -
YUV 111.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 172 74 149 0 0.57 0.13 0.33 314.08 0.4 0.48
Hex AC 4A 95 0 39 D 21 13A 28 30
Octal 254 112 225 0 71 15 41 472 50 60
Binary 10101100 1001010 10010101 0 111001 1101 100001 100111010 101000 110000

Color Harmonies of #AC4A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A95

Black with #AC4A95

Text Example


Text Example

White with #AC4A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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