Html Css Color HEX #AC749E Bouquet

📋 copy color: '#AC749E'

red 172 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #AC749E

Tints of Bouquet #AC749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 38.57%
G = 26.01%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC749E (or 0xAC749E) is known color: Bouquet. HEX triplet: AC, 74 and 9E. RGB value is (172,116,158). Sum of RGB (Red+Green+Blue) = 172+116+158=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749E is #538B61. Grayscale: #898989. Windows color (decimal): -5475170 or 10384556. OLE color: 10384556.

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

Color convert

RGB 172 116 158 -
CMYK 0 0.33 0.08 0.33
HSL 315º 0.25% 0.56% -
HSV(B) 315º 0.33% 0.67% -
XYZ 29.43 23.73 35.38 -
YUV 137.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 172 116 158 0 0.33 0.08 0.33 315 0.25 0.56
Hex AC 74 9E 0 21 8 21 13B 19 38
Octal 254 164 236 0 41 10 41 473 31 70
Binary 10101100 1110100 10011110 0 100001 1000 100001 100111011 11001 111000

Color Harmonies of #AC749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749E

Black with #AC749E

Text Example


Text Example

White with #AC749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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