Html Css Color HEX #AC749D Bouquet

📋 copy color: '#AC749D'

red 172 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AC749D

Tints of Bouquet #AC749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 38.65%
G = 26.07%
B = 35.28%

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

#AC749D (or 0xAC749D) is known color: Bouquet. HEX triplet: AC, 74 and 9D. RGB value is (172,116,157). Sum of RGB (Red+Green+Blue) = 172+116+157=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749D is #538B62. Grayscale: #898989. Windows color (decimal): -5475171 or 10319020. OLE color: 10319020.

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

Color convert

RGB 172 116 157 -
CMYK 0 0.33 0.09 0.33
HSL 316.07º 0.25% 0.56% -
HSV(B) 316.07º 0.33% 0.67% -
XYZ 29.34 23.7 34.93 -
YUV 137.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 172 116 157 0 0.33 0.09 0.33 316.07 0.25 0.56
Hex AC 74 9D 0 21 9 21 13C 19 38
Octal 254 164 235 0 41 11 41 474 31 70
Binary 10101100 1110100 10011101 0 100001 1001 100001 100111100 11001 111000

Color Harmonies of #AC749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749D

Black with #AC749D

Text Example


Text Example

White with #AC749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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