Html Css Color HEX #AC7B94 Bouquet

📋 copy color: '#AC7B94'

red 172 ◦ green 123 ◦ blue 148

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

Shades of Bouquet #AC7B94

Tints of Bouquet #AC7B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 38.83%
G = 27.77%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC7B94 (or 0xAC7B94) is known color: Bouquet. HEX triplet: AC, 7B and 94. RGB value is (172,123,148). Sum of RGB (Red+Green+Blue) = 172+123+148=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B94 is #53846B. Grayscale: #8C8C8C. Windows color (decimal): -5473388 or 9730988. OLE color: 9730988.

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

Color convert

RGB 172 123 148 -
CMYK 0 0.28 0.14 0.33
HSL 329.39º 0.23% 0.58% -
HSV(B) 329.39º 0.28% 0.67% -
XYZ 29.44 25.07 31.31 -
YUV 140.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 172 123 148 0 0.28 0.14 0.33 329.39 0.23 0.58
Hex AC 7B 94 0 1C E 21 149 17 3A
Octal 254 173 224 0 34 16 41 511 27 72
Binary 10101100 1111011 10010100 0 11100 1110 100001 101001001 10111 111010

Color Harmonies of #AC7B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B94

Black with #AC7B94

Text Example


Text Example

White with #AC7B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B94; }

 p { color: rgb(172,123,148); }

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

background-color css

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

 a { background-color: rgb(172,123,148); }

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

border-color css

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

 span { border-color: rgb(172,123,148); }

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