#A97C94

Color #A97C94 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A97C94

Tints of Bouquet #A97C94

Color information

#A97C94 (or 0xA97C94) is unknown color: approx Bouquet. HEX triplet: A9, 7C and 94. RGB value is (169,124,148). Sum of RGB (Red+Green+Blue) = 169+124+148=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C94 is #56836B. Grayscale: #8C8C8C. Windows color (decimal): -5669740 or 9731241. OLE color: 9731241.

HSL color Cylindrical-coordinate representation of color #A97C94: hue angle of 328º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97C94 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169124148-
CMYK00.270.120.34
HSL328º20.74%57.45%-
HSV(B)328º26.63%66.27%-
XYZ28.9224.9931.32-
YUV140.19132.41148.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=38.32%
G=28.12%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912414800.270.120.3432820.7457.45
HexA97C9401BC221481539
Octal25117422403314425102571
Binary10101001111110010010100011011110010001010100100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C94; }

 p { color: rgb(169,124,148); }

 H1.HeaderClassName
 {
   color: #A97C94;
 }
 .AnyTagClassName
 {
   color: #A97C94;
 }
</style>
background-color css

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

 a { background-color: rgb(169,124,148); }

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

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

 span { border-color: rgb(169,124,148); }

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