Html Css Color HEX #AC759C Bouquet

📋 copy color: '#AC759C'

red 172 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #AC759C

Tints of Bouquet #AC759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 38.65%
G = 26.29%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC759C (or 0xAC759C) is known color: Bouquet. HEX triplet: AC, 75 and 9C. RGB value is (172,117,156). Sum of RGB (Red+Green+Blue) = 172+117+156=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC759C is #538A63. Grayscale: #898989. Windows color (decimal): -5474916 or 10253740. OLE color: 10253740.

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

Color convert

RGB 172 117 156 -
CMYK 0 0.32 0.09 0.33
HSL 317.45º 0.25% 0.57% -
HSV(B) 317.45º 0.32% 0.67% -
XYZ 29.38 23.89 34.52 -
YUV 137.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 172 117 156 0 0.32 0.09 0.33 317.45 0.25 0.57
Hex AC 75 9C 0 20 9 21 13D 19 39
Octal 254 165 234 0 40 11 41 475 31 71
Binary 10101100 1110101 10011100 0 100000 1001 100001 100111101 11001 111001

Color Harmonies of #AC759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC759C

Black with #AC759C

Text Example


Text Example

White with #AC759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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