Html Css Color HEX #AC7E93 Bouquet

📋 copy color: '#AC7E93'

red 172 ◦ green 126 ◦ blue 147

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

Shades of Bouquet #AC7E93

Tints of Bouquet #AC7E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 38.65%
G = 28.31%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7E93 (or 0xAC7E93) is known color: Bouquet. HEX triplet: AC, 7E and 93. RGB value is (172,126,147). Sum of RGB (Red+Green+Blue) = 172+126+147=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E93 is #53816C. Grayscale: #8E8E8E. Windows color (decimal): -5472621 or 9666220. OLE color: 9666220.

HSL color Cylindrical-coordinate representation of color #AC7E93: hue angle of 332.61º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7E93 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 126 147 -
CMYK 0 0.27 0.15 0.33
HSL 332.61º 0.22% 0.58% -
HSV(B) 332.61º 0.27% 0.67% -
XYZ 29.74 25.8 31.02 -
YUV 142.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 172 126 147 0 0.27 0.15 0.33 332.61 0.22 0.58
Hex AC 7E 93 0 1B F 21 14D 16 3A
Octal 254 176 223 0 33 17 41 515 26 72
Binary 10101100 1111110 10010011 0 11011 1111 100001 101001101 10110 111010

Color Harmonies of #AC7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E93

Black with #AC7E93

Text Example


Text Example

White with #AC7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E93; }

 p { color: rgb(172,126,147); }

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

background-color css

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

 a { background-color: rgb(172,126,147); }

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

border-color css

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

 span { border-color: rgb(172,126,147); }

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