Html Css Color HEX #AC759D Bouquet

📋 copy color: '#AC759D'

red 172 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #AC759D

Tints of Bouquet #AC759D

RGB

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

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

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

R = 38.57%
G = 26.23%
B = 35.2%

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

#AC759D (or 0xAC759D) is known color: Bouquet. HEX triplet: AC, 75 and 9D. RGB value is (172,117,157). Sum of RGB (Red+Green+Blue) = 172+117+157=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC759D is #538A62. Grayscale: #898989. Windows color (decimal): -5474915 or 10319276. OLE color: 10319276.

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

Color convert

RGB 172 117 157 -
CMYK 0 0.32 0.09 0.33
HSL 316.36º 0.25% 0.57% -
HSV(B) 316.36º 0.32% 0.67% -
XYZ 29.46 23.93 34.96 -
YUV 138.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 172 117 157 0 0.32 0.09 0.33 316.36 0.25 0.57
Hex AC 75 9D 0 20 9 21 13C 19 39
Octal 254 165 235 0 40 11 41 474 31 71
Binary 10101100 1110101 10011101 0 100000 1001 100001 100111100 11001 111001

Color Harmonies of #AC759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC759D

Black with #AC759D

Text Example


Text Example

White with #AC759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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