Html Css Color HEX #AC4E94 Mulberry

📋 copy color: '#AC4E94'

red 172 ◦ green 78 ◦ blue 148

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

Shades of Mulberry #AC4E94

Tints of Mulberry #AC4E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 43.22%
G = 19.6%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC4E94 (or 0xAC4E94) is known color: Mulberry. HEX triplet: AC, 4E and 94. RGB value is (172,78,148). Sum of RGB (Red+Green+Blue) = 172+78+148=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4E94 is #53B16B. Grayscale: #717171. Windows color (decimal): -5484908 or 9719468. OLE color: 9719468.

HSL color Cylindrical-coordinate representation of color #AC4E94: hue angle of 315.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E94 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 148 -
CMYK 0 0.55 0.14 0.33
HSL 315.32º 0.38% 0.49% -
HSV(B) 315.32º 0.55% 0.67% -
XYZ 25.08 16.36 29.85 -
YUV 114.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 172 78 148 0 0.55 0.14 0.33 315.32 0.38 0.49
Hex AC 4E 94 0 37 E 21 13B 26 31
Octal 254 116 224 0 67 16 41 473 46 61
Binary 10101100 1001110 10010100 0 110111 1110 100001 100111011 100110 110001

Color Harmonies of #AC4E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E94

Black with #AC4E94

Text Example


Text Example

White with #AC4E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E94; }

 p { color: rgb(172,78,148); }

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

background-color css

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

 a { background-color: rgb(172,78,148); }

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

border-color css

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

 span { border-color: rgb(172,78,148); }

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