Html Css Color HEX #AC749C Bouquet

📋 copy color: '#AC749C'

red 172 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #AC749C

Tints of Bouquet #AC749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 38.74%
G = 26.13%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC749C (or 0xAC749C) is known color: Bouquet. HEX triplet: AC, 74 and 9C. RGB value is (172,116,156). Sum of RGB (Red+Green+Blue) = 172+116+156=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749C is #538B63. Grayscale: #898989. Windows color (decimal): -5475172 or 10253484. OLE color: 10253484.

HSL color Cylindrical-coordinate representation of color #AC749C: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC749C is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 156 -
CMYK 0 0.33 0.09 0.33
HSL 317.14º 0.25% 0.56% -
HSV(B) 317.14º 0.33% 0.67% -
XYZ 29.26 23.66 34.48 -
YUV 137.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 172 116 156 0 0.33 0.09 0.33 317.14 0.25 0.56
Hex AC 74 9C 0 21 9 21 13D 19 38
Octal 254 164 234 0 41 11 41 475 31 70
Binary 10101100 1110100 10011100 0 100001 1001 100001 100111101 11001 111000

Color Harmonies of #AC749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749C

Black with #AC749C

Text Example


Text Example

White with #AC749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749C; }

 p { color: rgb(172,116,156); }

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

background-color css

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

 a { background-color: rgb(172,116,156); }

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

border-color css

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

 span { border-color: rgb(172,116,156); }

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