Html Css Color HEX #AC749F Bouquet

📋 copy color: '#AC749F'

red 172 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #AC749F

Tints of Bouquet #AC749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 38.48%
G = 25.95%
B = 35.57%

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

#AC749F (or 0xAC749F) is known color: Bouquet. HEX triplet: AC, 74 and 9F. RGB value is (172,116,159). Sum of RGB (Red+Green+Blue) = 172+116+159=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749F is #538B60. Grayscale: #898989. Windows color (decimal): -5475169 or 10450092. OLE color: 10450092.

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

Color convert

RGB 172 116 159 -
CMYK 0 0.33 0.08 0.33
HSL 313.93º 0.25% 0.56% -
HSV(B) 313.93º 0.33% 0.67% -
XYZ 29.52 23.76 35.83 -
YUV 137.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 172 116 159 0 0.33 0.08 0.33 313.93 0.25 0.56
Hex AC 74 9F 0 21 8 21 13A 19 38
Octal 254 164 237 0 41 10 41 472 31 70
Binary 10101100 1110100 10011111 0 100001 1000 100001 100111010 11001 111000

Color Harmonies of #AC749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749F

Black with #AC749F

Text Example


Text Example

White with #AC749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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